Shades of Deep Pink #F7218B
Tints of Deep Pink #F7218B
RGB
CMYK
RGB Variations
Color information
#F7218B (or 0xF7218B) is known color: Deep Pink. HEX triplet: F7, 21 and 8B. RGB value is (247,33,139). Sum of RGB (Red+Green+Blue) = 247+33+139=419 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.95% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 247 - color contains mainly: red. Hex color #F7218B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7218B is #08DE74. Grayscale: #6C6C6C. Windows color (decimal): -581237 or 9118199. OLE color: 9118199.
HSL color Cylindrical-coordinate representation of color #F7218B: hue angle of 330.28º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F7218B is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 33 | 139 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.03 |
| HSL | 330.28º | 0.93% | 0.55% | - |
| HSV(B) | 330.28º | 0.87% | 0.97% | - |
| XYZ | 43.56 | 22.73 | 26.52 | - |
| YUV | 109.07 | 144.9 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 33 | 139 | 0 | 0.87 | 0.44 | 0.03 | 330.28 | 0.93 | 0.55 |
| Hex | F7 | 21 | 8B | 0 | 57 | 2C | 3 | 14A | 5D | 37 |
| Octal | 367 | 41 | 213 | 0 | 127 | 54 | 3 | 512 | 135 | 67 |
| Binary | 11110111 | 100001 | 10001011 | 0 | 1010111 | 101100 | 11 | 101001010 | 1011101 | 110111 |
Color Harmonies of #F7218B
Complementary color
Monochromatic Colors of #F7218B
Black with #F7218B
Text Example
Text Example
White with #F7218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7218B; }
p { color: rgb(247,33,139); }
H1.HeaderClassName
{
color: #F7218B;
}
.AnyTagClassName
{
color: #F7218B;
}
</style>
background-color css
<style>
a { background-color: #F7218B; }
a { background-color: rgb(247,33,139); }
div.DivClassName
{
background-color: #F7218B;
}
.BgClassName
{
background-color: #F7218B;
}
</style>
border-color css
<style>
span { border-color: #F7218B; }
span { border-color: rgb(247,33,139); }
td.TdClassName
{
border-color: #F7218B;
}
.TagClassName
{
border-color: #F7218B;
}
</style>