Shades of Deep Pink #F0179D
Tints of Deep Pink #F0179D
RGB
CMYK
RGB Variations
Color information
#F0179D (or 0xF0179D) is known color: Deep Pink. HEX triplet: F0, 17 and 9D. RGB value is (240,23,157). Sum of RGB (Red+Green+Blue) = 240+23+157=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 23 (9.38% from 255 or 5.48% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F0179D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0179D is #0FE862. Grayscale: #666666. Windows color (decimal): -1042531 or 10295280. OLE color: 10295280.
HSL color Cylindrical-coordinate representation of color #F0179D: hue angle of 322.95º 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 #F0179D is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 157 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.06 |
| HSL | 322.95º | 0.88% | 0.52% | - |
| HSV(B) | 322.95º | 0.9% | 0.94% | - |
| XYZ | 42.33 | 21.57 | 33.83 | - |
| YUV | 103.16 | 158.39 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 157 | 0 | 0.90 | 0.35 | 0.06 | 322.95 | 0.88 | 0.52 |
| Hex | F0 | 17 | 9D | 0 | 5A | 23 | 6 | 143 | 58 | 34 |
| Octal | 360 | 27 | 235 | 0 | 132 | 43 | 6 | 503 | 130 | 64 |
| Binary | 11110000 | 10111 | 10011101 | 0 | 1011010 | 100011 | 110 | 101000011 | 1011000 | 110100 |
Color Harmonies of #F0179D
Complementary color
Monochromatic Colors of #F0179D
Black with #F0179D
Text Example
Text Example
White with #F0179D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0179D; }
p { color: rgb(240,23,157); }
H1.HeaderClassName
{
color: #F0179D;
}
.AnyTagClassName
{
color: #F0179D;
}
</style>
background-color css
<style>
a { background-color: #F0179D; }
a { background-color: rgb(240,23,157); }
div.DivClassName
{
background-color: #F0179D;
}
.BgClassName
{
background-color: #F0179D;
}
</style>
border-color css
<style>
span { border-color: #F0179D; }
span { border-color: rgb(240,23,157); }
td.TdClassName
{
border-color: #F0179D;
}
.TagClassName
{
border-color: #F0179D;
}
</style>