Shades of Deep Pink #F52387
Tints of Deep Pink #F52387
RGB
CMYK
RGB Variations
Color information
#F52387 (or 0xF52387) is known color: Deep Pink. HEX triplet: F5, 23 and 87. RGB value is (245,35,135). Sum of RGB (Red+Green+Blue) = 245+35+135=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 35 (14.06% from 255 or 8.43% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F52387 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52387 is #0ADC78. Grayscale: #6D6D6D. Windows color (decimal): -711801 or 8856565. OLE color: 8856565.
HSL color Cylindrical-coordinate representation of color #F52387: hue angle of 331.43º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F52387 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 35 | 135 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.04 |
| HSL | 331.43º | 0.91% | 0.55% | - |
| HSV(B) | 331.43º | 0.86% | 0.96% | - |
| XYZ | 42.63 | 22.36 | 24.99 | - |
| YUV | 109.19 | 142.57 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 35 | 135 | 0 | 0.86 | 0.45 | 0.04 | 331.43 | 0.91 | 0.55 |
| Hex | F5 | 23 | 87 | 0 | 56 | 2D | 4 | 14B | 5B | 37 |
| Octal | 365 | 43 | 207 | 0 | 126 | 55 | 4 | 513 | 133 | 67 |
| Binary | 11110101 | 100011 | 10000111 | 0 | 1010110 | 101101 | 100 | 101001011 | 1011011 | 110111 |
Color Harmonies of #F52387
Complementary color
Monochromatic Colors of #F52387
Black with #F52387
Text Example
Text Example
White with #F52387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52387; }
p { color: rgb(245,35,135); }
H1.HeaderClassName
{
color: #F52387;
}
.AnyTagClassName
{
color: #F52387;
}
</style>
background-color css
<style>
a { background-color: #F52387; }
a { background-color: rgb(245,35,135); }
div.DivClassName
{
background-color: #F52387;
}
.BgClassName
{
background-color: #F52387;
}
</style>
border-color css
<style>
span { border-color: #F52387; }
span { border-color: rgb(245,35,135); }
td.TdClassName
{
border-color: #F52387;
}
.TagClassName
{
border-color: #F52387;
}
</style>