Shades of Deep Pink #F20179
Tints of Deep Pink #F20179
RGB
CMYK
RGB Variations
Color information
#F20179 (or 0xF20179) is known color: Deep Pink. HEX triplet: F2, 01 and 79. RGB value is (242,1,121). Sum of RGB (Red+Green+Blue) = 242+1+121=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F20179 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20179 is #0DFE86. Grayscale: #565656. Windows color (decimal): -917127 or 7930354. OLE color: 7930354.
HSL color Cylindrical-coordinate representation of color #F20179: hue angle of 330.12º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20179 is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 121 | - |
| CMYK | 0 | 1.00 | 0.50 | 0.05 |
| HSL | 330.12º | 0.99% | 0.48% | - |
| HSV(B) | 330.12º | 1% | 0.95% | - |
| XYZ | 40.08 | 20.28 | 19.89 | - |
| YUV | 86.74 | 147.34 | 238.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 121 | 0 | 1.00 | 0.50 | 0.05 | 330.12 | 0.99 | 0.48 |
| Hex | F2 | 1 | 79 | 0 | 64 | 32 | 5 | 14A | 63 | 30 |
| Octal | 362 | 1 | 171 | 0 | 144 | 62 | 5 | 512 | 143 | 60 |
| Binary | 11110010 | 1 | 1111001 | 0 | 1100100 | 110010 | 101 | 101001010 | 1100011 | 110000 |
Color Harmonies of #F20179
Complementary color
Monochromatic Colors of #F20179
Black with #F20179
Text Example
Text Example
White with #F20179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20179; }
p { color: rgb(242,1,121); }
H1.HeaderClassName
{
color: #F20179;
}
.AnyTagClassName
{
color: #F20179;
}
</style>
background-color css
<style>
a { background-color: #F20179; }
a { background-color: rgb(242,1,121); }
div.DivClassName
{
background-color: #F20179;
}
.BgClassName
{
background-color: #F20179;
}
</style>
border-color css
<style>
span { border-color: #F20179; }
span { border-color: rgb(242,1,121); }
td.TdClassName
{
border-color: #F20179;
}
.TagClassName
{
border-color: #F20179;
}
</style>