Shades of Deep Pink #F2218F
Tints of Deep Pink #F2218F
RGB
CMYK
RGB Variations
Color information
#F2218F (or 0xF2218F) is known color: Deep Pink. HEX triplet: F2, 21 and 8F. RGB value is (242,33,143). Sum of RGB (Red+Green+Blue) = 242+33+143=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F2218F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2218F is #0DDE70. Grayscale: #6B6B6B. Windows color (decimal): -908913 or 9380338. OLE color: 9380338.
HSL color Cylindrical-coordinate representation of color #F2218F: hue angle of 328.42º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2218F is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 143 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.05 |
| HSL | 328.42º | 0.89% | 0.54% | - |
| HSV(B) | 328.42º | 0.86% | 0.95% | - |
| XYZ | 42.12 | 21.95 | 28 | - |
| YUV | 108.03 | 147.74 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 143 | 0 | 0.86 | 0.41 | 0.05 | 328.42 | 0.89 | 0.54 |
| Hex | F2 | 21 | 8F | 0 | 56 | 29 | 5 | 148 | 59 | 36 |
| Octal | 362 | 41 | 217 | 0 | 126 | 51 | 5 | 510 | 131 | 66 |
| Binary | 11110010 | 100001 | 10001111 | 0 | 1010110 | 101001 | 101 | 101001000 | 1011001 | 110110 |
Color Harmonies of #F2218F
Complementary color
Monochromatic Colors of #F2218F
Black with #F2218F
Text Example
Text Example
White with #F2218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2218F; }
p { color: rgb(242,33,143); }
H1.HeaderClassName
{
color: #F2218F;
}
.AnyTagClassName
{
color: #F2218F;
}
</style>
background-color css
<style>
a { background-color: #F2218F; }
a { background-color: rgb(242,33,143); }
div.DivClassName
{
background-color: #F2218F;
}
.BgClassName
{
background-color: #F2218F;
}
</style>
border-color css
<style>
span { border-color: #F2218F; }
span { border-color: rgb(242,33,143); }
td.TdClassName
{
border-color: #F2218F;
}
.TagClassName
{
border-color: #F2218F;
}
</style>