Shades of Deep Pink #F01389
Tints of Deep Pink #F01389
RGB
CMYK
RGB Variations
Color information
#F01389 (or 0xF01389) is known color: Deep Pink. HEX triplet: F0, 13 and 89. RGB value is (240,19,137). Sum of RGB (Red+Green+Blue) = 240+19+137=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F01389 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01389 is #0FEC76. Grayscale: #626262. Windows color (decimal): -1043575 or 8983536. OLE color: 8983536.
HSL color Cylindrical-coordinate representation of color #F01389: hue angle of 327.96º 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 #F01389 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 137 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.06 |
| HSL | 327.96º | 0.88% | 0.51% | - |
| HSV(B) | 327.96º | 0.92% | 0.94% | - |
| XYZ | 40.68 | 20.8 | 25.54 | - |
| YUV | 98.53 | 149.72 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 137 | 0 | 0.92 | 0.43 | 0.06 | 327.96 | 0.88 | 0.51 |
| Hex | F0 | 13 | 89 | 0 | 5C | 2B | 6 | 148 | 58 | 33 |
| Octal | 360 | 23 | 211 | 0 | 134 | 53 | 6 | 510 | 130 | 63 |
| Binary | 11110000 | 10011 | 10001001 | 0 | 1011100 | 101011 | 110 | 101001000 | 1011000 | 110011 |
Color Harmonies of #F01389
Complementary color
Monochromatic Colors of #F01389
Black with #F01389
Text Example
Text Example
White with #F01389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01389; }
p { color: rgb(240,19,137); }
H1.HeaderClassName
{
color: #F01389;
}
.AnyTagClassName
{
color: #F01389;
}
</style>
background-color css
<style>
a { background-color: #F01389; }
a { background-color: rgb(240,19,137); }
div.DivClassName
{
background-color: #F01389;
}
.BgClassName
{
background-color: #F01389;
}
</style>
border-color css
<style>
span { border-color: #F01389; }
span { border-color: rgb(240,19,137); }
td.TdClassName
{
border-color: #F01389;
}
.TagClassName
{
border-color: #F01389;
}
</style>