Shades of Deep Pink #F52192
Tints of Deep Pink #F52192
RGB
CMYK
RGB Variations
Color information
#F52192 (or 0xF52192) is known color: Deep Pink. HEX triplet: F5, 21 and 92. RGB value is (245,33,146). Sum of RGB (Red+Green+Blue) = 245+33+146=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 33 (13.28% from 255 or 7.78% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F52192 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52192 is #0ADE6D. Grayscale: #6D6D6D. Windows color (decimal): -712302 or 9576949. OLE color: 9576949.
HSL color Cylindrical-coordinate representation of color #F52192: hue angle of 328.02º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F52192 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 146 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.04 |
| HSL | 328.02º | 0.91% | 0.55% | - |
| HSV(B) | 328.02º | 0.87% | 0.96% | - |
| XYZ | 43.39 | 22.58 | 29.26 | - |
| YUV | 109.27 | 148.74 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 146 | 0 | 0.87 | 0.40 | 0.04 | 328.02 | 0.91 | 0.55 |
| Hex | F5 | 21 | 92 | 0 | 57 | 28 | 4 | 148 | 5B | 37 |
| Octal | 365 | 41 | 222 | 0 | 127 | 50 | 4 | 510 | 133 | 67 |
| Binary | 11110101 | 100001 | 10010010 | 0 | 1010111 | 101000 | 100 | 101001000 | 1011011 | 110111 |
Color Harmonies of #F52192
Complementary color
Monochromatic Colors of #F52192
Black with #F52192
Text Example
Text Example
White with #F52192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52192; }
p { color: rgb(245,33,146); }
H1.HeaderClassName
{
color: #F52192;
}
.AnyTagClassName
{
color: #F52192;
}
</style>
background-color css
<style>
a { background-color: #F52192; }
a { background-color: rgb(245,33,146); }
div.DivClassName
{
background-color: #F52192;
}
.BgClassName
{
background-color: #F52192;
}
</style>
border-color css
<style>
span { border-color: #F52192; }
span { border-color: rgb(245,33,146); }
td.TdClassName
{
border-color: #F52192;
}
.TagClassName
{
border-color: #F52192;
}
</style>