Shades of Deep Pink #F4248B
Tints of Deep Pink #F4248B
RGB
CMYK
RGB Variations
Color information
#F4248B (or 0xF4248B) is known color: Deep Pink. HEX triplet: F4, 24 and 8B. RGB value is (244,36,139). Sum of RGB (Red+Green+Blue) = 244+36+139=419 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.23% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 244 - color contains mainly: red. Hex color #F4248B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4248B is #0BDB74. Grayscale: #6D6D6D. Windows color (decimal): -777077 or 9118964. OLE color: 9118964.
HSL color Cylindrical-coordinate representation of color #F4248B: hue angle of 330.29º 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 #F4248B is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 139 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.04 |
| HSL | 330.29º | 0.9% | 0.55% | - |
| HSV(B) | 330.29º | 0.85% | 0.96% | - |
| XYZ | 42.6 | 22.36 | 26.5 | - |
| YUV | 109.93 | 144.41 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 139 | 0 | 0.85 | 0.43 | 0.04 | 330.29 | 0.9 | 0.55 |
| Hex | F4 | 24 | 8B | 0 | 55 | 2B | 4 | 14A | 5A | 37 |
| Octal | 364 | 44 | 213 | 0 | 125 | 53 | 4 | 512 | 132 | 67 |
| Binary | 11110100 | 100100 | 10001011 | 0 | 1010101 | 101011 | 100 | 101001010 | 1011010 | 110111 |
Color Harmonies of #F4248B
Complementary color
Monochromatic Colors of #F4248B
Black with #F4248B
Text Example
Text Example
White with #F4248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4248B; }
p { color: rgb(244,36,139); }
H1.HeaderClassName
{
color: #F4248B;
}
.AnyTagClassName
{
color: #F4248B;
}
</style>
background-color css
<style>
a { background-color: #F4248B; }
a { background-color: rgb(244,36,139); }
div.DivClassName
{
background-color: #F4248B;
}
.BgClassName
{
background-color: #F4248B;
}
</style>
border-color css
<style>
span { border-color: #F4248B; }
span { border-color: rgb(244,36,139); }
td.TdClassName
{
border-color: #F4248B;
}
.TagClassName
{
border-color: #F4248B;
}
</style>