Shades of Deep Pink #F4247D
Tints of Deep Pink #F4247D
RGB
CMYK
RGB Variations
Color information
#F4247D (or 0xF4247D) is known color: Deep Pink. HEX triplet: F4, 24 and 7D. RGB value is (244,36,125). Sum of RGB (Red+Green+Blue) = 244+36+125=405 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.25% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 244 - color contains mainly: red. Hex color #F4247D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4247D is #0BDB82. Grayscale: #6C6C6C. Windows color (decimal): -777091 or 8201460. OLE color: 8201460.
HSL color Cylindrical-coordinate representation of color #F4247D: hue angle of 334.33º degrees, saturation: 0.9, 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 #F4247D is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 125 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.04 |
| HSL | 334.33º | 0.9% | 0.55% | - |
| HSV(B) | 334.33º | 0.85% | 0.96% | - |
| XYZ | 41.64 | 21.98 | 21.45 | - |
| YUV | 108.34 | 137.41 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 125 | 0 | 0.85 | 0.49 | 0.04 | 334.33 | 0.9 | 0.55 |
| Hex | F4 | 24 | 7D | 0 | 55 | 31 | 4 | 14E | 5A | 37 |
| Octal | 364 | 44 | 175 | 0 | 125 | 61 | 4 | 516 | 132 | 67 |
| Binary | 11110100 | 100100 | 1111101 | 0 | 1010101 | 110001 | 100 | 101001110 | 1011010 | 110111 |
Color Harmonies of #F4247D
Complementary color
Monochromatic Colors of #F4247D
Black with #F4247D
Text Example
Text Example
White with #F4247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4247D; }
p { color: rgb(244,36,125); }
H1.HeaderClassName
{
color: #F4247D;
}
.AnyTagClassName
{
color: #F4247D;
}
</style>
background-color css
<style>
a { background-color: #F4247D; }
a { background-color: rgb(244,36,125); }
div.DivClassName
{
background-color: #F4247D;
}
.BgClassName
{
background-color: #F4247D;
}
</style>
border-color css
<style>
span { border-color: #F4247D; }
span { border-color: rgb(244,36,125); }
td.TdClassName
{
border-color: #F4247D;
}
.TagClassName
{
border-color: #F4247D;
}
</style>