Color Hex Logo

#f272cb Color Hex

#F272CB
(242,114,203)
0 Favorites   0 Comments

Color spaces of #f272cb

RGB 242114203
HSL0.880.830.70
HSV318°53°95°
CMYK 0.000.530.16   0.05
XYZ53.414835.223760.4835
Yxy35.22370.35820.2362
Hunter Lab59.349656.7889-18.8781
CIE-Lab65.922559.5004-23.1621

#f272cb color RGB value is (242,114,203).

#f272cb hex color red value is 242, green value is 114 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f272cb hue: 0.88 , saturation: 0.83 and the lightness value of f272cb is 0.70.

The process color (four color CMYK) of #f272cb color hex is 0.00, 0.53, 0.16, 0.05. Web safe color of #f272cb is #ff66cc. Color #f272cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01110010 11001011
Octal 362 162 313
Decimal 242 114 203
Hex F2 72 CB

RGB Percentages of Color #f272cb

%43.29
%20.39
%36.31

CMYK Percentages of Color #f272cb

%0
%53
%16
%5

Triadic Colors of #f272cb

#f272cb #cbf272 #72cbf2

Analogous Colors of #f272cb

#f272cb #f2728b #d972f2

Monochromatic Colors of #f272cb

#f272cb

Complementary Color

#f272cb #72f299

#f272cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f272cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f272cb Color CSS Codes

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

#f272cb Text Font Color

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

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


#f272cb Background Color

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

This div background color is #f272cb


#f272cb Border Color

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

This div border color is #f272cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,114,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 #f272cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f272cb


Comments

No comments written yet.

Please login to write comment.