Shades of Deep Pink #F2027F
Tints of Deep Pink #F2027F
RGB
CMYK
RGB Variations
Color information
#F2027F (or 0xF2027F) is known color: Deep Pink. HEX triplet: F2, 02 and 7F. RGB value is (242,2,127). Sum of RGB (Red+Green+Blue) = 242+2+127=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F2027F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2027F is #0DFD80. Grayscale: #575757. Windows color (decimal): -916865 or 8323826. OLE color: 8323826.
HSL color Cylindrical-coordinate representation of color #F2027F: hue angle of 328.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F2027F is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 127 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.05 |
| HSL | 328.75º | 0.98% | 0.48% | - |
| HSV(B) | 328.75º | 0.99% | 0.95% | - |
| XYZ | 40.47 | 20.45 | 21.89 | - |
| YUV | 88.01 | 150.01 | 237.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 127 | 0 | 0.99 | 0.48 | 0.05 | 328.75 | 0.98 | 0.48 |
| Hex | F2 | 2 | 7F | 0 | 63 | 30 | 5 | 149 | 62 | 30 |
| Octal | 362 | 2 | 177 | 0 | 143 | 60 | 5 | 511 | 142 | 60 |
| Binary | 11110010 | 10 | 1111111 | 0 | 1100011 | 110000 | 101 | 101001001 | 1100010 | 110000 |
Color Harmonies of #F2027F
Complementary color
Monochromatic Colors of #F2027F
Black with #F2027F
Text Example
Text Example
White with #F2027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2027F; }
p { color: rgb(242,2,127); }
H1.HeaderClassName
{
color: #F2027F;
}
.AnyTagClassName
{
color: #F2027F;
}
</style>
background-color css
<style>
a { background-color: #F2027F; }
a { background-color: rgb(242,2,127); }
div.DivClassName
{
background-color: #F2027F;
}
.BgClassName
{
background-color: #F2027F;
}
</style>
border-color css
<style>
span { border-color: #F2027F; }
span { border-color: rgb(242,2,127); }
td.TdClassName
{
border-color: #F2027F;
}
.TagClassName
{
border-color: #F2027F;
}
</style>