Shades of Deep Pink #F9218C
Tints of Deep Pink #F9218C
RGB
CMYK
RGB Variations
Color information
#F9218C (or 0xF9218C) is known color: Deep Pink. HEX triplet: F9, 21 and 8C. RGB value is (249,33,140). Sum of RGB (Red+Green+Blue) = 249+33+140=422 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.00% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 249 - color contains mainly: red. Hex color #F9218C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9218C is #06DE73. Grayscale: #6D6D6D. Windows color (decimal): -450164 or 9183737. OLE color: 9183737.
HSL color Cylindrical-coordinate representation of color #F9218C: hue angle of 330.28º 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 #F9218C is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 33 | 140 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.02 |
| HSL | 330.28º | 0.95% | 0.55% | - |
| HSV(B) | 330.28º | 0.87% | 0.98% | - |
| XYZ | 44.34 | 23.12 | 26.94 | - |
| YUV | 109.78 | 145.06 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 33 | 140 | 0 | 0.87 | 0.44 | 0.02 | 330.28 | 0.95 | 0.55 |
| Hex | F9 | 21 | 8C | 0 | 57 | 2C | 2 | 14A | 5F | 37 |
| Octal | 371 | 41 | 214 | 0 | 127 | 54 | 2 | 512 | 137 | 67 |
| Binary | 11111001 | 100001 | 10001100 | 0 | 1010111 | 101100 | 10 | 101001010 | 1011111 | 110111 |
Color Harmonies of #F9218C
Complementary color
Monochromatic Colors of #F9218C
Black with #F9218C
Text Example
Text Example
White with #F9218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9218C; }
p { color: rgb(249,33,140); }
H1.HeaderClassName
{
color: #F9218C;
}
.AnyTagClassName
{
color: #F9218C;
}
</style>
background-color css
<style>
a { background-color: #F9218C; }
a { background-color: rgb(249,33,140); }
div.DivClassName
{
background-color: #F9218C;
}
.BgClassName
{
background-color: #F9218C;
}
</style>
border-color css
<style>
span { border-color: #F9218C; }
span { border-color: rgb(249,33,140); }
td.TdClassName
{
border-color: #F9218C;
}
.TagClassName
{
border-color: #F9218C;
}
</style>