Shades of Deep Pink #F8218C
Tints of Deep Pink #F8218C
RGB
CMYK
RGB Variations
Color information
#F8218C (or 0xF8218C) is known color: Deep Pink. HEX triplet: F8, 21 and 8C. RGB value is (248,33,140). Sum of RGB (Red+Green+Blue) = 248+33+140=421 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.91% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 248 - color contains mainly: red. Hex color #F8218C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8218C is #07DE73. Grayscale: #6D6D6D. Windows color (decimal): -515700 or 9183736. OLE color: 9183736.
HSL color Cylindrical-coordinate representation of color #F8218C: hue angle of 330.14º degrees, saturation: 0.94, 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 #F8218C is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 33 | 140 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.03 |
| HSL | 330.14º | 0.94% | 0.55% | - |
| HSV(B) | 330.14º | 0.87% | 0.97% | - |
| XYZ | 43.99 | 22.94 | 26.92 | - |
| YUV | 109.48 | 145.23 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 140 | 0 | 0.87 | 0.44 | 0.03 | 330.14 | 0.94 | 0.55 |
| Hex | F8 | 21 | 8C | 0 | 57 | 2C | 3 | 14A | 5E | 37 |
| Octal | 370 | 41 | 214 | 0 | 127 | 54 | 3 | 512 | 136 | 67 |
| Binary | 11111000 | 100001 | 10001100 | 0 | 1010111 | 101100 | 11 | 101001010 | 1011110 | 110111 |
Color Harmonies of #F8218C
Complementary color
Monochromatic Colors of #F8218C
Black with #F8218C
Text Example
Text Example
White with #F8218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8218C; }
p { color: rgb(248,33,140); }
H1.HeaderClassName
{
color: #F8218C;
}
.AnyTagClassName
{
color: #F8218C;
}
</style>
background-color css
<style>
a { background-color: #F8218C; }
a { background-color: rgb(248,33,140); }
div.DivClassName
{
background-color: #F8218C;
}
.BgClassName
{
background-color: #F8218C;
}
</style>
border-color css
<style>
span { border-color: #F8218C; }
span { border-color: rgb(248,33,140); }
td.TdClassName
{
border-color: #F8218C;
}
.TagClassName
{
border-color: #F8218C;
}
</style>