Shades of Deep Pink #F01895
Tints of Deep Pink #F01895
RGB
CMYK
RGB Variations
Color information
#F01895 (or 0xF01895) is known color: Deep Pink. HEX triplet: F0, 18 and 95. RGB value is (240,24,149). Sum of RGB (Red+Green+Blue) = 240+24+149=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F01895 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01895 is #0FE76A. Grayscale: #666666. Windows color (decimal): -1042283 or 9771248. OLE color: 9771248.
HSL color Cylindrical-coordinate representation of color #F01895: hue angle of 325.28º 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 #F01895 is Cyan = 0, Magento = 0.9, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 149 | - |
| CMYK | 0 | 0.9 | 0.38 | 0.06 |
| HSL | 325.28º | 0.88% | 0.52% | - |
| HSV(B) | 325.28º | 0.9% | 0.94% | - |
| XYZ | 41.69 | 21.35 | 30.36 | - |
| YUV | 102.83 | 154.06 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 149 | 0 | 0.9 | 0.38 | 0.06 | 325.28 | 0.88 | 0.52 |
| Hex | F0 | 18 | 95 | 0 | 5A | 26 | 6 | 145 | 58 | 34 |
| Octal | 360 | 30 | 225 | 0 | 132 | 46 | 6 | 505 | 130 | 64 |
| Binary | 11110000 | 11000 | 10010101 | 0 | 1011010 | 100110 | 110 | 101000101 | 1011000 | 110100 |
Color Harmonies of #F01895
Complementary color
Monochromatic Colors of #F01895
Black with #F01895
Text Example
Text Example
White with #F01895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01895; }
p { color: rgb(240,24,149); }
H1.HeaderClassName
{
color: #F01895;
}
.AnyTagClassName
{
color: #F01895;
}
</style>
background-color css
<style>
a { background-color: #F01895; }
a { background-color: rgb(240,24,149); }
div.DivClassName
{
background-color: #F01895;
}
.BgClassName
{
background-color: #F01895;
}
</style>
border-color css
<style>
span { border-color: #F01895; }
span { border-color: rgb(240,24,149); }
td.TdClassName
{
border-color: #F01895;
}
.TagClassName
{
border-color: #F01895;
}
</style>