Shades of Deep Pink #F8218A
Tints of Deep Pink #F8218A
RGB
CMYK
RGB Variations
Color information
#F8218A (or 0xF8218A) is known color: Deep Pink. HEX triplet: F8, 21 and 8A. RGB value is (248,33,138). Sum of RGB (Red+Green+Blue) = 248+33+138=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F8218A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8218A is #07DE75. Grayscale: #6D6D6D. Windows color (decimal): -515702 or 9052664. OLE color: 9052664.
HSL color Cylindrical-coordinate representation of color #F8218A: hue angle of 330.7º 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 #F8218A is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 33 | 138 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.03 |
| HSL | 330.7º | 0.94% | 0.55% | - |
| HSV(B) | 330.7º | 0.87% | 0.97% | - |
| XYZ | 43.84 | 22.88 | 26.15 | - |
| YUV | 109.26 | 144.23 | 226.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 138 | 0 | 0.87 | 0.44 | 0.03 | 330.7 | 0.94 | 0.55 |
| Hex | F8 | 21 | 8A | 0 | 57 | 2C | 3 | 14B | 5E | 37 |
| Octal | 370 | 41 | 212 | 0 | 127 | 54 | 3 | 513 | 136 | 67 |
| Binary | 11111000 | 100001 | 10001010 | 0 | 1010111 | 101100 | 11 | 101001011 | 1011110 | 110111 |
Color Harmonies of #F8218A
Complementary color
Monochromatic Colors of #F8218A
Black with #F8218A
Text Example
Text Example
White with #F8218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8218A; }
p { color: rgb(248,33,138); }
H1.HeaderClassName
{
color: #F8218A;
}
.AnyTagClassName
{
color: #F8218A;
}
</style>
background-color css
<style>
a { background-color: #F8218A; }
a { background-color: rgb(248,33,138); }
div.DivClassName
{
background-color: #F8218A;
}
.BgClassName
{
background-color: #F8218A;
}
</style>
border-color css
<style>
span { border-color: #F8218A; }
span { border-color: rgb(248,33,138); }
td.TdClassName
{
border-color: #F8218A;
}
.TagClassName
{
border-color: #F8218A;
}
</style>