Shades of Deep Pink #F4218A
Tints of Deep Pink #F4218A
RGB
CMYK
RGB Variations
Color information
#F4218A (or 0xF4218A) is known color: Deep Pink. HEX triplet: F4, 21 and 8A. RGB value is (244,33,138). Sum of RGB (Red+Green+Blue) = 244+33+138=415 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.80% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 244 - color contains mainly: red. Hex color #F4218A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4218A is #0BDE75. Grayscale: #6B6B6B. Windows color (decimal): -777846 or 9052660. OLE color: 9052660.
HSL color Cylindrical-coordinate representation of color #F4218A: hue angle of 330.14º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4218A is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 138 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.04 |
| HSL | 330.14º | 0.91% | 0.54% | - |
| HSV(B) | 330.14º | 0.86% | 0.96% | - |
| XYZ | 42.44 | 22.16 | 26.08 | - |
| YUV | 108.06 | 144.9 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 138 | 0 | 0.86 | 0.43 | 0.04 | 330.14 | 0.91 | 0.54 |
| Hex | F4 | 21 | 8A | 0 | 56 | 2B | 4 | 14A | 5B | 36 |
| Octal | 364 | 41 | 212 | 0 | 126 | 53 | 4 | 512 | 133 | 66 |
| Binary | 11110100 | 100001 | 10001010 | 0 | 1010110 | 101011 | 100 | 101001010 | 1011011 | 110110 |
Color Harmonies of #F4218A
Complementary color
Monochromatic Colors of #F4218A
Black with #F4218A
Text Example
Text Example
White with #F4218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4218A; }
p { color: rgb(244,33,138); }
H1.HeaderClassName
{
color: #F4218A;
}
.AnyTagClassName
{
color: #F4218A;
}
</style>
background-color css
<style>
a { background-color: #F4218A; }
a { background-color: rgb(244,33,138); }
div.DivClassName
{
background-color: #F4218A;
}
.BgClassName
{
background-color: #F4218A;
}
</style>
border-color css
<style>
span { border-color: #F4218A; }
span { border-color: rgb(244,33,138); }
td.TdClassName
{
border-color: #F4218A;
}
.TagClassName
{
border-color: #F4218A;
}
</style>