Shades of Deep Pink #F9218A
Tints of Deep Pink #F9218A
RGB
CMYK
RGB Variations
Color information
#F9218A (or 0xF9218A) is known color: Deep Pink. HEX triplet: F9, 21 and 8A. RGB value is (249,33,138). Sum of RGB (Red+Green+Blue) = 249+33+138=420 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.29% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 249 - color contains mainly: red. Hex color #F9218A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9218A is #06DE75. Grayscale: #6D6D6D. Windows color (decimal): -450166 or 9052665. OLE color: 9052665.
HSL color Cylindrical-coordinate representation of color #F9218A: hue angle of 330.83º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F9218A is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 33 | 138 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.02 |
| HSL | 330.83º | 0.95% | 0.55% | - |
| HSV(B) | 330.83º | 0.87% | 0.98% | - |
| XYZ | 44.2 | 23.06 | 26.17 | - |
| YUV | 109.55 | 144.06 | 227.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 33 | 138 | 0 | 0.87 | 0.45 | 0.02 | 330.83 | 0.95 | 0.55 |
| Hex | F9 | 21 | 8A | 0 | 57 | 2D | 2 | 14B | 5F | 37 |
| Octal | 371 | 41 | 212 | 0 | 127 | 55 | 2 | 513 | 137 | 67 |
| Binary | 11111001 | 100001 | 10001010 | 0 | 1010111 | 101101 | 10 | 101001011 | 1011111 | 110111 |
Color Harmonies of #F9218A
Complementary color
Monochromatic Colors of #F9218A
Black with #F9218A
Text Example
Text Example
White with #F9218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9218A; }
p { color: rgb(249,33,138); }
H1.HeaderClassName
{
color: #F9218A;
}
.AnyTagClassName
{
color: #F9218A;
}
</style>
background-color css
<style>
a { background-color: #F9218A; }
a { background-color: rgb(249,33,138); }
div.DivClassName
{
background-color: #F9218A;
}
.BgClassName
{
background-color: #F9218A;
}
</style>
border-color css
<style>
span { border-color: #F9218A; }
span { border-color: rgb(249,33,138); }
td.TdClassName
{
border-color: #F9218A;
}
.TagClassName
{
border-color: #F9218A;
}
</style>