Shades of Deep Pink #F0179A
Tints of Deep Pink #F0179A
RGB
CMYK
RGB Variations
Color information
#F0179A (or 0xF0179A) is known color: Deep Pink. HEX triplet: F0, 17 and 9A. RGB value is (240,23,154). Sum of RGB (Red+Green+Blue) = 240+23+154=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 23 (9.38% from 255 or 5.52% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F0179A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0179A is #0FE865. Grayscale: #666666. Windows color (decimal): -1042534 or 10098672. OLE color: 10098672.
HSL color Cylindrical-coordinate representation of color #F0179A: hue angle of 323.78º 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 #F0179A is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 154 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.06 |
| HSL | 323.78º | 0.88% | 0.52% | - |
| HSV(B) | 323.78º | 0.9% | 0.94% | - |
| XYZ | 42.07 | 21.47 | 32.5 | - |
| YUV | 102.82 | 156.89 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 154 | 0 | 0.90 | 0.36 | 0.06 | 323.78 | 0.88 | 0.52 |
| Hex | F0 | 17 | 9A | 0 | 5A | 24 | 6 | 144 | 58 | 34 |
| Octal | 360 | 27 | 232 | 0 | 132 | 44 | 6 | 504 | 130 | 64 |
| Binary | 11110000 | 10111 | 10011010 | 0 | 1011010 | 100100 | 110 | 101000100 | 1011000 | 110100 |
Color Harmonies of #F0179A
Complementary color
Monochromatic Colors of #F0179A
Black with #F0179A
Text Example
Text Example
White with #F0179A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0179A; }
p { color: rgb(240,23,154); }
H1.HeaderClassName
{
color: #F0179A;
}
.AnyTagClassName
{
color: #F0179A;
}
</style>
background-color css
<style>
a { background-color: #F0179A; }
a { background-color: rgb(240,23,154); }
div.DivClassName
{
background-color: #F0179A;
}
.BgClassName
{
background-color: #F0179A;
}
</style>
border-color css
<style>
span { border-color: #F0179A; }
span { border-color: rgb(240,23,154); }
td.TdClassName
{
border-color: #F0179A;
}
.TagClassName
{
border-color: #F0179A;
}
</style>