Shades of Deep Pink #F5247D
Tints of Deep Pink #F5247D
RGB
CMYK
RGB Variations
Color information
#F5247D (or 0xF5247D) is known color: Deep Pink. HEX triplet: F5, 24 and 7D. RGB value is (245,36,125). Sum of RGB (Red+Green+Blue) = 245+36+125=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F5247D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5247D is #0ADB82. Grayscale: #6C6C6C. Windows color (decimal): -711555 or 8201461. OLE color: 8201461.
HSL color Cylindrical-coordinate representation of color #F5247D: hue angle of 334.45º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F5247D is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 125 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.04 |
| HSL | 334.45º | 0.91% | 0.55% | - |
| HSV(B) | 334.45º | 0.85% | 0.96% | - |
| XYZ | 41.99 | 22.15 | 21.47 | - |
| YUV | 108.64 | 137.24 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 125 | 0 | 0.85 | 0.49 | 0.04 | 334.45 | 0.91 | 0.55 |
| Hex | F5 | 24 | 7D | 0 | 55 | 31 | 4 | 14E | 5B | 37 |
| Octal | 365 | 44 | 175 | 0 | 125 | 61 | 4 | 516 | 133 | 67 |
| Binary | 11110101 | 100100 | 1111101 | 0 | 1010101 | 110001 | 100 | 101001110 | 1011011 | 110111 |
Color Harmonies of #F5247D
Complementary color
Monochromatic Colors of #F5247D
Black with #F5247D
Text Example
Text Example
White with #F5247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5247D; }
p { color: rgb(245,36,125); }
H1.HeaderClassName
{
color: #F5247D;
}
.AnyTagClassName
{
color: #F5247D;
}
</style>
background-color css
<style>
a { background-color: #F5247D; }
a { background-color: rgb(245,36,125); }
div.DivClassName
{
background-color: #F5247D;
}
.BgClassName
{
background-color: #F5247D;
}
</style>
border-color css
<style>
span { border-color: #F5247D; }
span { border-color: rgb(245,36,125); }
td.TdClassName
{
border-color: #F5247D;
}
.TagClassName
{
border-color: #F5247D;
}
</style>