Shades of Deep Pink #F52082
Tints of Deep Pink #F52082
RGB
CMYK
RGB Variations
Color information
#F52082 (or 0xF52082) is known color: Deep Pink. HEX triplet: F5, 20 and 82. RGB value is (245,32,130). Sum of RGB (Red+Green+Blue) = 245+32+130=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F52082 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52082 is #0ADF7D. Grayscale: #6A6A6A. Windows color (decimal): -712574 or 8528117. OLE color: 8528117.
HSL color Cylindrical-coordinate representation of color #F52082: hue angle of 332.39º 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 #F52082 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 130 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.04 |
| HSL | 332.39º | 0.91% | 0.54% | - |
| HSV(B) | 332.39º | 0.87% | 0.96% | - |
| XYZ | 42.2 | 22.06 | 23.15 | - |
| YUV | 106.86 | 141.07 | 226.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 130 | 0 | 0.87 | 0.47 | 0.04 | 332.39 | 0.91 | 0.54 |
| Hex | F5 | 20 | 82 | 0 | 57 | 2F | 4 | 14C | 5B | 36 |
| Octal | 365 | 40 | 202 | 0 | 127 | 57 | 4 | 514 | 133 | 66 |
| Binary | 11110101 | 100000 | 10000010 | 0 | 1010111 | 101111 | 100 | 101001100 | 1011011 | 110110 |
Color Harmonies of #F52082
Complementary color
Monochromatic Colors of #F52082
Black with #F52082
Text Example
Text Example
White with #F52082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52082; }
p { color: rgb(245,32,130); }
H1.HeaderClassName
{
color: #F52082;
}
.AnyTagClassName
{
color: #F52082;
}
</style>
background-color css
<style>
a { background-color: #F52082; }
a { background-color: rgb(245,32,130); }
div.DivClassName
{
background-color: #F52082;
}
.BgClassName
{
background-color: #F52082;
}
</style>
border-color css
<style>
span { border-color: #F52082; }
span { border-color: rgb(245,32,130); }
td.TdClassName
{
border-color: #F52082;
}
.TagClassName
{
border-color: #F52082;
}
</style>