Shades of Deep Pink #F52090
Tints of Deep Pink #F52090
RGB
CMYK
RGB Variations
Color information
#F52090 (or 0xF52090) is known color: Deep Pink. HEX triplet: F5, 20 and 90. RGB value is (245,32,144). Sum of RGB (Red+Green+Blue) = 245+32+144=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F52090 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52090 is #0ADF6F. Grayscale: #6C6C6C. Windows color (decimal): -712560 or 9445621. OLE color: 9445621.
HSL color Cylindrical-coordinate representation of color #F52090: hue angle of 328.45º 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 #F52090 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 144 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.04 |
| HSL | 328.45º | 0.91% | 0.54% | - |
| HSV(B) | 328.45º | 0.87% | 0.96% | - |
| XYZ | 43.21 | 22.46 | 28.44 | - |
| YUV | 108.46 | 148.07 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 144 | 0 | 0.87 | 0.41 | 0.04 | 328.45 | 0.91 | 0.54 |
| Hex | F5 | 20 | 90 | 0 | 57 | 29 | 4 | 148 | 5B | 36 |
| Octal | 365 | 40 | 220 | 0 | 127 | 51 | 4 | 510 | 133 | 66 |
| Binary | 11110101 | 100000 | 10010000 | 0 | 1010111 | 101001 | 100 | 101001000 | 1011011 | 110110 |
Color Harmonies of #F52090
Complementary color
Monochromatic Colors of #F52090
Black with #F52090
Text Example
Text Example
White with #F52090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52090; }
p { color: rgb(245,32,144); }
H1.HeaderClassName
{
color: #F52090;
}
.AnyTagClassName
{
color: #F52090;
}
</style>
background-color css
<style>
a { background-color: #F52090; }
a { background-color: rgb(245,32,144); }
div.DivClassName
{
background-color: #F52090;
}
.BgClassName
{
background-color: #F52090;
}
</style>
border-color css
<style>
span { border-color: #F52090; }
span { border-color: rgb(245,32,144); }
td.TdClassName
{
border-color: #F52090;
}
.TagClassName
{
border-color: #F52090;
}
</style>