Shades of Deep Pink #F42389
Tints of Deep Pink #F42389
RGB
CMYK
RGB Variations
Color information
#F42389 (or 0xF42389) is known color: Deep Pink. HEX triplet: F4, 23 and 89. RGB value is (244,35,137). Sum of RGB (Red+Green+Blue) = 244+35+137=416 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.65% from 416); Green value is 35 (14.06% from 255 or 8.41% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 244 - color contains mainly: red. Hex color #F42389 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42389 is #0BDC76. Grayscale: #6C6C6C. Windows color (decimal): -777335 or 8987636. OLE color: 8987636.
HSL color Cylindrical-coordinate representation of color #F42389: hue angle of 330.72º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42389 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 137 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.04 |
| HSL | 330.72º | 0.9% | 0.55% | - |
| HSV(B) | 330.72º | 0.86% | 0.96% | - |
| XYZ | 42.42 | 22.24 | 25.72 | - |
| YUV | 109.12 | 143.74 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 137 | 0 | 0.86 | 0.44 | 0.04 | 330.72 | 0.9 | 0.55 |
| Hex | F4 | 23 | 89 | 0 | 56 | 2C | 4 | 14B | 5A | 37 |
| Octal | 364 | 43 | 211 | 0 | 126 | 54 | 4 | 513 | 132 | 67 |
| Binary | 11110100 | 100011 | 10001001 | 0 | 1010110 | 101100 | 100 | 101001011 | 1011010 | 110111 |
Color Harmonies of #F42389
Complementary color
Monochromatic Colors of #F42389
Black with #F42389
Text Example
Text Example
White with #F42389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42389; }
p { color: rgb(244,35,137); }
H1.HeaderClassName
{
color: #F42389;
}
.AnyTagClassName
{
color: #F42389;
}
</style>
background-color css
<style>
a { background-color: #F42389; }
a { background-color: rgb(244,35,137); }
div.DivClassName
{
background-color: #F42389;
}
.BgClassName
{
background-color: #F42389;
}
</style>
border-color css
<style>
span { border-color: #F42389; }
span { border-color: rgb(244,35,137); }
td.TdClassName
{
border-color: #F42389;
}
.TagClassName
{
border-color: #F42389;
}
</style>