Shades of Deep Pink #F01398
Tints of Deep Pink #F01398
RGB
CMYK
RGB Variations
Color information
#F01398 (or 0xF01398) is known color: Deep Pink. HEX triplet: F0, 13 and 98. RGB value is (240,19,152). Sum of RGB (Red+Green+Blue) = 240+19+152=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F01398 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01398 is #0FEC67. Grayscale: #636363. Windows color (decimal): -1043560 or 9966576. OLE color: 9966576.
HSL color Cylindrical-coordinate representation of color #F01398: hue angle of 323.89º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F01398 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 152 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.06 |
| HSL | 323.89º | 0.88% | 0.51% | - |
| HSV(B) | 323.89º | 0.92% | 0.94% | - |
| XYZ | 41.84 | 21.26 | 31.6 | - |
| YUV | 100.24 | 157.22 | 227.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 152 | 0 | 0.92 | 0.37 | 0.06 | 323.89 | 0.88 | 0.51 |
| Hex | F0 | 13 | 98 | 0 | 5C | 25 | 6 | 144 | 58 | 33 |
| Octal | 360 | 23 | 230 | 0 | 134 | 45 | 6 | 504 | 130 | 63 |
| Binary | 11110000 | 10011 | 10011000 | 0 | 1011100 | 100101 | 110 | 101000100 | 1011000 | 110011 |
Color Harmonies of #F01398
Complementary color
Monochromatic Colors of #F01398
Black with #F01398
Text Example
Text Example
White with #F01398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01398; }
p { color: rgb(240,19,152); }
H1.HeaderClassName
{
color: #F01398;
}
.AnyTagClassName
{
color: #F01398;
}
</style>
background-color css
<style>
a { background-color: #F01398; }
a { background-color: rgb(240,19,152); }
div.DivClassName
{
background-color: #F01398;
}
.BgClassName
{
background-color: #F01398;
}
</style>
border-color css
<style>
span { border-color: #F01398; }
span { border-color: rgb(240,19,152); }
td.TdClassName
{
border-color: #F01398;
}
.TagClassName
{
border-color: #F01398;
}
</style>