Shades of Deep Pink #F42390
Tints of Deep Pink #F42390
RGB
CMYK
RGB Variations
Color information
#F42390 (or 0xF42390) is known color: Deep Pink. HEX triplet: F4, 23 and 90. RGB value is (244,35,144). Sum of RGB (Red+Green+Blue) = 244+35+144=423 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.68% from 423); Green value is 35 (14.06% from 255 or 8.27% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 244 - color contains mainly: red. Hex color #F42390 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42390 is #0BDC6F. Grayscale: #6D6D6D. Windows color (decimal): -777328 or 9446388. OLE color: 9446388.
HSL color Cylindrical-coordinate representation of color #F42390: hue angle of 328.71º 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 #F42390 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 144 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.04 |
| HSL | 328.71º | 0.9% | 0.55% | - |
| HSV(B) | 328.71º | 0.86% | 0.96% | - |
| XYZ | 42.94 | 22.45 | 28.46 | - |
| YUV | 109.92 | 147.24 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 144 | 0 | 0.86 | 0.41 | 0.04 | 328.71 | 0.9 | 0.55 |
| Hex | F4 | 23 | 90 | 0 | 56 | 29 | 4 | 149 | 5A | 37 |
| Octal | 364 | 43 | 220 | 0 | 126 | 51 | 4 | 511 | 132 | 67 |
| Binary | 11110100 | 100011 | 10010000 | 0 | 1010110 | 101001 | 100 | 101001001 | 1011010 | 110111 |
Color Harmonies of #F42390
Complementary color
Monochromatic Colors of #F42390
Black with #F42390
Text Example
Text Example
White with #F42390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42390; }
p { color: rgb(244,35,144); }
H1.HeaderClassName
{
color: #F42390;
}
.AnyTagClassName
{
color: #F42390;
}
</style>
background-color css
<style>
a { background-color: #F42390; }
a { background-color: rgb(244,35,144); }
div.DivClassName
{
background-color: #F42390;
}
.BgClassName
{
background-color: #F42390;
}
</style>
border-color css
<style>
span { border-color: #F42390; }
span { border-color: rgb(244,35,144); }
td.TdClassName
{
border-color: #F42390;
}
.TagClassName
{
border-color: #F42390;
}
</style>