Color Hex Logo

#f974fb Color Hex

#F974FB
(249,116,251)
0 Favorites   0 Comments

Color spaces of #f974fb

RGB 249116251
HSL0.830.940.72
HSV299°54°98°
CMYK 0.010.540.00   0.02
XYZ62.724939.595695.6035
Yxy39.59560.31690.2001
Hunter Lab62.925067.8135-46.0332
CIE-Lab69.180568.1578-44.6513

#f974fb color RGB value is (249,116,251).

#f974fb hex color red value is 249, green value is 116 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f974fb hue: 0.83 , saturation: 0.94 and the lightness value of f974fb is 0.72.

The process color (four color CMYK) of #f974fb color hex is 0.01, 0.54, 0.00, 0.02. Web safe color of #f974fb is #ff66ff. Color #f974fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110100 11111011
Octal 371 164 373
Decimal 249 116 251
Hex F9 74 FB

RGB Percentages of Color #f974fb

%40.42
%18.83
%40.75

CMYK Percentages of Color #f974fb

%1
%54
%0
%2

Triadic Colors of #f974fb

#f974fb #fbf974 #74fbf9

Analogous Colors of #f974fb

#f974fb #fb74ba #b674fb

Monochromatic Colors of #f974fb

#f974fb

Complementary Color

#f974fb #76fb74

#f974fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f974fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f974fb Color CSS Codes

.mybgcolor {background-color:#f974fb; } 
.myforecolor {color:#f974fb; }
.mybordercolor {border:3px solid #f974fb; }

#f974fb Text Font Color

<p style="color:#f974fb">Text here</p>

This sample text font color is #f974fb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f974fb Background Color

<div style="background-color:#f974fb">
Div content here</div>

This div background color is #f974fb


#f974fb Border Color

<div style="border:3px solid #f974fb">
Div here</div>

This div border color is #f974fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,116,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f974fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f974fb;
  -webkit-box-shadow: 1px 1px 3px 2px #f974fb;
  box-shadow:         1px 1px 3px 2px #f974fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,116,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f974fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f974fb;
  -webkit-box-shadow: 1px 1px 3px 2px #f974fb;
  box-shadow:         1px 1px 3px 2px #f974fb;">
Div content here</div>

This div box has shadow with color #f974fb

Related Colors


Comments

No comments written yet.

Please login to write comment.