Shades of Deep Pink #F0179C
Tints of Deep Pink #F0179C
RGB
CMYK
RGB Variations
Color information
#F0179C (or 0xF0179C) is known color: Deep Pink. HEX triplet: F0, 17 and 9C. RGB value is (240,23,156). Sum of RGB (Red+Green+Blue) = 240+23+156=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0179C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0179C is #0FE863. Grayscale: #666666. Windows color (decimal): -1042532 or 10229744. OLE color: 10229744.
HSL color Cylindrical-coordinate representation of color #F0179C: hue angle of 323.23º 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 #F0179C is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 156 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.06 |
| HSL | 323.23º | 0.88% | 0.52% | - |
| HSV(B) | 323.23º | 0.9% | 0.94% | - |
| XYZ | 42.24 | 21.54 | 33.38 | - |
| YUV | 103.05 | 157.89 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 156 | 0 | 0.90 | 0.35 | 0.06 | 323.23 | 0.88 | 0.52 |
| Hex | F0 | 17 | 9C | 0 | 5A | 23 | 6 | 143 | 58 | 34 |
| Octal | 360 | 27 | 234 | 0 | 132 | 43 | 6 | 503 | 130 | 64 |
| Binary | 11110000 | 10111 | 10011100 | 0 | 1011010 | 100011 | 110 | 101000011 | 1011000 | 110100 |
Color Harmonies of #F0179C
Complementary color
Monochromatic Colors of #F0179C
Black with #F0179C
Text Example
Text Example
White with #F0179C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0179C; }
p { color: rgb(240,23,156); }
H1.HeaderClassName
{
color: #F0179C;
}
.AnyTagClassName
{
color: #F0179C;
}
</style>
background-color css
<style>
a { background-color: #F0179C; }
a { background-color: rgb(240,23,156); }
div.DivClassName
{
background-color: #F0179C;
}
.BgClassName
{
background-color: #F0179C;
}
</style>
border-color css
<style>
span { border-color: #F0179C; }
span { border-color: rgb(240,23,156); }
td.TdClassName
{
border-color: #F0179C;
}
.TagClassName
{
border-color: #F0179C;
}
</style>