Shades of Deep Pink #F4248D
Tints of Deep Pink #F4248D
RGB
CMYK
RGB Variations
Color information
#F4248D (or 0xF4248D) is known color: Deep Pink. HEX triplet: F4, 24 and 8D. RGB value is (244,36,141). Sum of RGB (Red+Green+Blue) = 244+36+141=421 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.96% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 244 - color contains mainly: red. Hex color #F4248D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4248D is #0BDB72. Grayscale: #6D6D6D. Windows color (decimal): -777075 or 9250036. OLE color: 9250036.
HSL color Cylindrical-coordinate representation of color #F4248D: hue angle of 329.71º 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 #F4248D is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 141 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.04 |
| HSL | 329.71º | 0.9% | 0.55% | - |
| HSV(B) | 329.71º | 0.85% | 0.96% | - |
| XYZ | 42.75 | 22.42 | 27.27 | - |
| YUV | 110.16 | 145.41 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 141 | 0 | 0.85 | 0.42 | 0.04 | 329.71 | 0.9 | 0.55 |
| Hex | F4 | 24 | 8D | 0 | 55 | 2A | 4 | 14A | 5A | 37 |
| Octal | 364 | 44 | 215 | 0 | 125 | 52 | 4 | 512 | 132 | 67 |
| Binary | 11110100 | 100100 | 10001101 | 0 | 1010101 | 101010 | 100 | 101001010 | 1011010 | 110111 |
Color Harmonies of #F4248D
Complementary color
Monochromatic Colors of #F4248D
Black with #F4248D
Text Example
Text Example
White with #F4248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4248D; }
p { color: rgb(244,36,141); }
H1.HeaderClassName
{
color: #F4248D;
}
.AnyTagClassName
{
color: #F4248D;
}
</style>
background-color css
<style>
a { background-color: #F4248D; }
a { background-color: rgb(244,36,141); }
div.DivClassName
{
background-color: #F4248D;
}
.BgClassName
{
background-color: #F4248D;
}
</style>
border-color css
<style>
span { border-color: #F4248D; }
span { border-color: rgb(244,36,141); }
td.TdClassName
{
border-color: #F4248D;
}
.TagClassName
{
border-color: #F4248D;
}
</style>