Shades of Deep Pink #F52492
Tints of Deep Pink #F52492
RGB
CMYK
RGB Variations
Color information
#F52492 (or 0xF52492) is known color: Deep Pink. HEX triplet: F5, 24 and 92. RGB value is (245,36,146). Sum of RGB (Red+Green+Blue) = 245+36+146=427 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.38% from 427); Green value is 36 (14.45% from 255 or 8.43% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 245 - color contains mainly: red. Hex color #F52492 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52492 is #0ADB6D. Grayscale: #6E6E6E. Windows color (decimal): -711534 or 9577717. OLE color: 9577717.
HSL color Cylindrical-coordinate representation of color #F52492: hue angle of 328.42º 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 #F52492 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 146 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.04 |
| HSL | 328.42º | 0.91% | 0.55% | - |
| HSV(B) | 328.42º | 0.85% | 0.96% | - |
| XYZ | 43.48 | 22.75 | 29.29 | - |
| YUV | 111.03 | 147.74 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 146 | 0 | 0.85 | 0.40 | 0.04 | 328.42 | 0.91 | 0.55 |
| Hex | F5 | 24 | 92 | 0 | 55 | 28 | 4 | 148 | 5B | 37 |
| Octal | 365 | 44 | 222 | 0 | 125 | 50 | 4 | 510 | 133 | 67 |
| Binary | 11110101 | 100100 | 10010010 | 0 | 1010101 | 101000 | 100 | 101001000 | 1011011 | 110111 |
Color Harmonies of #F52492
Complementary color
Monochromatic Colors of #F52492
Black with #F52492
Text Example
Text Example
White with #F52492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52492; }
p { color: rgb(245,36,146); }
H1.HeaderClassName
{
color: #F52492;
}
.AnyTagClassName
{
color: #F52492;
}
</style>
background-color css
<style>
a { background-color: #F52492; }
a { background-color: rgb(245,36,146); }
div.DivClassName
{
background-color: #F52492;
}
.BgClassName
{
background-color: #F52492;
}
</style>
border-color css
<style>
span { border-color: #F52492; }
span { border-color: rgb(245,36,146); }
td.TdClassName
{
border-color: #F52492;
}
.TagClassName
{
border-color: #F52492;
}
</style>