Shades of Deep Pink #F0179F
Tints of Deep Pink #F0179F
RGB
CMYK
RGB Variations
Color information
#F0179F (or 0xF0179F) is known color: Deep Pink. HEX triplet: F0, 17 and 9F. RGB value is (240,23,159). Sum of RGB (Red+Green+Blue) = 240+23+159=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 23 (9.38% from 255 or 5.45% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F0179F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0179F is #0FE860. Grayscale: #676767. Windows color (decimal): -1042529 or 10426352. OLE color: 10426352.
HSL color Cylindrical-coordinate representation of color #F0179F: hue angle of 322.4º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0179F is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 159 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.06 |
| HSL | 322.4º | 0.88% | 0.52% | - |
| HSV(B) | 322.4º | 0.9% | 0.94% | - |
| XYZ | 42.5 | 21.64 | 34.74 | - |
| YUV | 103.39 | 159.39 | 225.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 159 | 0 | 0.90 | 0.34 | 0.06 | 322.4 | 0.88 | 0.52 |
| Hex | F0 | 17 | 9F | 0 | 5A | 22 | 6 | 142 | 58 | 34 |
| Octal | 360 | 27 | 237 | 0 | 132 | 42 | 6 | 502 | 130 | 64 |
| Binary | 11110000 | 10111 | 10011111 | 0 | 1011010 | 100010 | 110 | 101000010 | 1011000 | 110100 |
Color Harmonies of #F0179F
Complementary color
Monochromatic Colors of #F0179F
Black with #F0179F
Text Example
Text Example
White with #F0179F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0179F; }
p { color: rgb(240,23,159); }
H1.HeaderClassName
{
color: #F0179F;
}
.AnyTagClassName
{
color: #F0179F;
}
</style>
background-color css
<style>
a { background-color: #F0179F; }
a { background-color: rgb(240,23,159); }
div.DivClassName
{
background-color: #F0179F;
}
.BgClassName
{
background-color: #F0179F;
}
</style>
border-color css
<style>
span { border-color: #F0179F; }
span { border-color: rgb(240,23,159); }
td.TdClassName
{
border-color: #F0179F;
}
.TagClassName
{
border-color: #F0179F;
}
</style>