Shades of Deep Pink #F52490
Tints of Deep Pink #F52490
RGB
CMYK
RGB Variations
Color information
#F52490 (or 0xF52490) is known color: Deep Pink. HEX triplet: F5, 24 and 90. RGB value is (245,36,144). Sum of RGB (Red+Green+Blue) = 245+36+144=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F52490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52490 is #0ADB6F. Grayscale: #6E6E6E. Windows color (decimal): -711536 or 9446645. OLE color: 9446645.
HSL color Cylindrical-coordinate representation of color #F52490: hue angle of 329º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F52490 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 144 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.04 |
| HSL | 329º | 0.91% | 0.55% | - |
| HSV(B) | 329º | 0.85% | 0.96% | - |
| XYZ | 43.32 | 22.69 | 28.48 | - |
| YUV | 110.8 | 146.74 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 144 | 0 | 0.85 | 0.41 | 0.04 | 329 | 0.91 | 0.55 |
| Hex | F5 | 24 | 90 | 0 | 55 | 29 | 4 | 149 | 5B | 37 |
| Octal | 365 | 44 | 220 | 0 | 125 | 51 | 4 | 511 | 133 | 67 |
| Binary | 11110101 | 100100 | 10010000 | 0 | 1010101 | 101001 | 100 | 101001001 | 1011011 | 110111 |
Color Harmonies of #F52490
Complementary color
Monochromatic Colors of #F52490
Black with #F52490
Text Example
Text Example
White with #F52490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52490; }
p { color: rgb(245,36,144); }
H1.HeaderClassName
{
color: #F52490;
}
.AnyTagClassName
{
color: #F52490;
}
</style>
background-color css
<style>
a { background-color: #F52490; }
a { background-color: rgb(245,36,144); }
div.DivClassName
{
background-color: #F52490;
}
.BgClassName
{
background-color: #F52490;
}
</style>
border-color css
<style>
span { border-color: #F52490; }
span { border-color: rgb(245,36,144); }
td.TdClassName
{
border-color: #F52490;
}
.TagClassName
{
border-color: #F52490;
}
</style>