Shades of Deep Pink #F0159C
Tints of Deep Pink #F0159C
RGB
CMYK
RGB Variations
Color information
#F0159C (or 0xF0159C) is known color: Deep Pink. HEX triplet: F0, 15 and 9C. RGB value is (240,21,156). Sum of RGB (Red+Green+Blue) = 240+21+156=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F0159C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0159C is #0FEA63. Grayscale: #656565. Windows color (decimal): -1043044 or 10229232. OLE color: 10229232.
HSL color Cylindrical-coordinate representation of color #F0159C: hue angle of 323.01º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0159C is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 156 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.06 |
| HSL | 323.01º | 0.88% | 0.51% | - |
| HSV(B) | 323.01º | 0.91% | 0.94% | - |
| XYZ | 42.2 | 21.46 | 33.37 | - |
| YUV | 101.87 | 158.55 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 156 | 0 | 0.91 | 0.35 | 0.06 | 323.01 | 0.88 | 0.51 |
| Hex | F0 | 15 | 9C | 0 | 5B | 23 | 6 | 143 | 58 | 33 |
| Octal | 360 | 25 | 234 | 0 | 133 | 43 | 6 | 503 | 130 | 63 |
| Binary | 11110000 | 10101 | 10011100 | 0 | 1011011 | 100011 | 110 | 101000011 | 1011000 | 110011 |
Color Harmonies of #F0159C
Complementary color
Monochromatic Colors of #F0159C
Black with #F0159C
Text Example
Text Example
White with #F0159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0159C; }
p { color: rgb(240,21,156); }
H1.HeaderClassName
{
color: #F0159C;
}
.AnyTagClassName
{
color: #F0159C;
}
</style>
background-color css
<style>
a { background-color: #F0159C; }
a { background-color: rgb(240,21,156); }
div.DivClassName
{
background-color: #F0159C;
}
.BgClassName
{
background-color: #F0159C;
}
</style>
border-color css
<style>
span { border-color: #F0159C; }
span { border-color: rgb(240,21,156); }
td.TdClassName
{
border-color: #F0159C;
}
.TagClassName
{
border-color: #F0159C;
}
</style>