Shades of Deep Pink #F52084
Tints of Deep Pink #F52084
RGB
CMYK
RGB Variations
Color information
#F52084 (or 0xF52084) is known color: Deep Pink. HEX triplet: F5, 20 and 84. RGB value is (245,32,132). Sum of RGB (Red+Green+Blue) = 245+32+132=409 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.90% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 245 - color contains mainly: red. Hex color #F52084 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52084 is #0ADF7B. Grayscale: #6A6A6A. Windows color (decimal): -712572 or 8659189. OLE color: 8659189.
HSL color Cylindrical-coordinate representation of color #F52084: hue angle of 331.83º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F52084 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 132 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.04 |
| HSL | 331.83º | 0.91% | 0.54% | - |
| HSV(B) | 331.83º | 0.87% | 0.96% | - |
| XYZ | 42.34 | 22.11 | 23.87 | - |
| YUV | 107.09 | 142.07 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 132 | 0 | 0.87 | 0.46 | 0.04 | 331.83 | 0.91 | 0.54 |
| Hex | F5 | 20 | 84 | 0 | 57 | 2E | 4 | 14C | 5B | 36 |
| Octal | 365 | 40 | 204 | 0 | 127 | 56 | 4 | 514 | 133 | 66 |
| Binary | 11110101 | 100000 | 10000100 | 0 | 1010111 | 101110 | 100 | 101001100 | 1011011 | 110110 |
Color Harmonies of #F52084
Complementary color
Monochromatic Colors of #F52084
Black with #F52084
Text Example
Text Example
White with #F52084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52084; }
p { color: rgb(245,32,132); }
H1.HeaderClassName
{
color: #F52084;
}
.AnyTagClassName
{
color: #F52084;
}
</style>
background-color css
<style>
a { background-color: #F52084; }
a { background-color: rgb(245,32,132); }
div.DivClassName
{
background-color: #F52084;
}
.BgClassName
{
background-color: #F52084;
}
</style>
border-color css
<style>
span { border-color: #F52084; }
span { border-color: rgb(245,32,132); }
td.TdClassName
{
border-color: #F52084;
}
.TagClassName
{
border-color: #F52084;
}
</style>