Shades of Deep Pink #F5247B
Tints of Deep Pink #F5247B
RGB
CMYK
RGB Variations
Color information
#F5247B (or 0xF5247B) is known color: Deep Pink. HEX triplet: F5, 24 and 7B. RGB value is (245,36,123). Sum of RGB (Red+Green+Blue) = 245+36+123=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F5247B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5247B is #0ADB84. Grayscale: #6C6C6C. Windows color (decimal): -711557 or 8070389. OLE color: 8070389.
HSL color Cylindrical-coordinate representation of color #F5247B: hue angle of 335.02º 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 #F5247B is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 123 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.04 |
| HSL | 335.02º | 0.91% | 0.55% | - |
| HSV(B) | 335.02º | 0.85% | 0.96% | - |
| XYZ | 41.86 | 22.1 | 20.8 | - |
| YUV | 108.41 | 136.24 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 123 | 0 | 0.85 | 0.50 | 0.04 | 335.02 | 0.91 | 0.55 |
| Hex | F5 | 24 | 7B | 0 | 55 | 32 | 4 | 14F | 5B | 37 |
| Octal | 365 | 44 | 173 | 0 | 125 | 62 | 4 | 517 | 133 | 67 |
| Binary | 11110101 | 100100 | 1111011 | 0 | 1010101 | 110010 | 100 | 101001111 | 1011011 | 110111 |
Color Harmonies of #F5247B
Complementary color
Monochromatic Colors of #F5247B
Black with #F5247B
Text Example
Text Example
White with #F5247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5247B; }
p { color: rgb(245,36,123); }
H1.HeaderClassName
{
color: #F5247B;
}
.AnyTagClassName
{
color: #F5247B;
}
</style>
background-color css
<style>
a { background-color: #F5247B; }
a { background-color: rgb(245,36,123); }
div.DivClassName
{
background-color: #F5247B;
}
.BgClassName
{
background-color: #F5247B;
}
</style>
border-color css
<style>
span { border-color: #F5247B; }
span { border-color: rgb(245,36,123); }
td.TdClassName
{
border-color: #F5247B;
}
.TagClassName
{
border-color: #F5247B;
}
</style>