Shades of Deep Pink #F0159A
Tints of Deep Pink #F0159A
RGB
CMYK
RGB Variations
Color information
#F0159A (or 0xF0159A) is known color: Deep Pink. HEX triplet: F0, 15 and 9A. RGB value is (240,21,154). Sum of RGB (Red+Green+Blue) = 240+21+154=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 21 (8.59% from 255 or 5.06% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F0159A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0159A is #0FEA65. Grayscale: #656565. Windows color (decimal): -1043046 or 10098160. OLE color: 10098160.
HSL color Cylindrical-coordinate representation of color #F0159A: hue angle of 323.56º 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 #F0159A is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 154 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.06 |
| HSL | 323.56º | 0.88% | 0.51% | - |
| HSV(B) | 323.56º | 0.91% | 0.94% | - |
| XYZ | 42.04 | 21.39 | 32.49 | - |
| YUV | 101.64 | 157.55 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 154 | 0 | 0.91 | 0.36 | 0.06 | 323.56 | 0.88 | 0.51 |
| Hex | F0 | 15 | 9A | 0 | 5B | 24 | 6 | 144 | 58 | 33 |
| Octal | 360 | 25 | 232 | 0 | 133 | 44 | 6 | 504 | 130 | 63 |
| Binary | 11110000 | 10101 | 10011010 | 0 | 1011011 | 100100 | 110 | 101000100 | 1011000 | 110011 |
Color Harmonies of #F0159A
Complementary color
Monochromatic Colors of #F0159A
Black with #F0159A
Text Example
Text Example
White with #F0159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0159A; }
p { color: rgb(240,21,154); }
H1.HeaderClassName
{
color: #F0159A;
}
.AnyTagClassName
{
color: #F0159A;
}
</style>
background-color css
<style>
a { background-color: #F0159A; }
a { background-color: rgb(240,21,154); }
div.DivClassName
{
background-color: #F0159A;
}
.BgClassName
{
background-color: #F0159A;
}
</style>
border-color css
<style>
span { border-color: #F0159A; }
span { border-color: rgb(240,21,154); }
td.TdClassName
{
border-color: #F0159A;
}
.TagClassName
{
border-color: #F0159A;
}
</style>