Shades of Deep Pink #F0159D
Tints of Deep Pink #F0159D
RGB
CMYK
RGB Variations
Color information
#F0159D (or 0xF0159D) is known color: Deep Pink. HEX triplet: F0, 15 and 9D. RGB value is (240,21,157). Sum of RGB (Red+Green+Blue) = 240+21+157=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0159D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0159D is #0FEA62. Grayscale: #656565. Windows color (decimal): -1043043 or 10294768. OLE color: 10294768.
HSL color Cylindrical-coordinate representation of color #F0159D: hue angle of 322.74º 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 #F0159D is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 157 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.06 |
| HSL | 322.74º | 0.88% | 0.51% | - |
| HSV(B) | 322.74º | 0.91% | 0.94% | - |
| XYZ | 42.29 | 21.5 | 33.82 | - |
| YUV | 101.99 | 159.05 | 226.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 157 | 0 | 0.91 | 0.35 | 0.06 | 322.74 | 0.88 | 0.51 |
| Hex | F0 | 15 | 9D | 0 | 5B | 23 | 6 | 143 | 58 | 33 |
| Octal | 360 | 25 | 235 | 0 | 133 | 43 | 6 | 503 | 130 | 63 |
| Binary | 11110000 | 10101 | 10011101 | 0 | 1011011 | 100011 | 110 | 101000011 | 1011000 | 110011 |
Color Harmonies of #F0159D
Complementary color
Monochromatic Colors of #F0159D
Black with #F0159D
Text Example
Text Example
White with #F0159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0159D; }
p { color: rgb(240,21,157); }
H1.HeaderClassName
{
color: #F0159D;
}
.AnyTagClassName
{
color: #F0159D;
}
</style>
background-color css
<style>
a { background-color: #F0159D; }
a { background-color: rgb(240,21,157); }
div.DivClassName
{
background-color: #F0159D;
}
.BgClassName
{
background-color: #F0159D;
}
</style>
border-color css
<style>
span { border-color: #F0159D; }
span { border-color: rgb(240,21,157); }
td.TdClassName
{
border-color: #F0159D;
}
.TagClassName
{
border-color: #F0159D;
}
</style>