color codes Logo

#f914cb color codes

#F914CB
(249,20,203)
0 Favorites   0 Comments

Color spaces of #f914cb

RGB 24920203
HSL0.870.950.53
HSV312°92°98°
CMYK 0.000.920.18   0.02
XYZ50.096624.951858.6757
Yxy24.95180.37460.1866
Hunter Lab49.951891.6019-34.6786
CIE-Lab57.028489.1094-36.8421

#f914cb color RGB value is (249,20,203).

#f914cb hex color red value is 249, green value is 20 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f914cb hue: 0.87 , saturation: 0.95 and the lightness value of f914cb is 0.53.

The process color (four color CMYK) of #f914cb color code is 0.00, 0.92, 0.18, 0.02. Web safe color of #f914cb is #ff00cc. Color #f914cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010100 11001011
Octal 371 24 313
Decimal 249 20 203
Hex F9 14 CB

RGB Percentages of Color #f914cb

%52.75
%4.24
%43.01

CMYK Percentages of Color #f914cb

%0
%92
%18
%2

Triadic Colors of #f914cb

#f914cb #cbf914 #14cbf9

Analogous Colors of #f914cb

#f914cb #f91459 #b514f9

Monochromatic Colors of #f914cb

#f914cb

Complementary Color

#f914cb #14f942

#f914cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f914cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f914cb Color CSS Codes

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

#f914cb Text Font Color

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

This sample text font color is #f914cb
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.


#f914cb Background Color

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

This div background color is #f914cb


#f914cb Border Color

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

This div border color is #f914cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f914cb


Comments

No comments written yet.

Please login to write comment.