Shades of Deep Pink #F8208C
Tints of Deep Pink #F8208C
RGB
CMYK
RGB Variations
Color information
#F8208C (or 0xF8208C) is known color: Deep Pink. HEX triplet: F8, 20 and 8C. RGB value is (248,32,140). Sum of RGB (Red+Green+Blue) = 248+32+140=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F8208C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8208C is #07DF73. Grayscale: #6C6C6C. Windows color (decimal): -515956 or 9183480. OLE color: 9183480.
HSL color Cylindrical-coordinate representation of color #F8208C: hue angle of 330º 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 #F8208C is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 140 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.03 |
| HSL | 330º | 0.94% | 0.55% | - |
| HSV(B) | 330º | 0.87% | 0.97% | - |
| XYZ | 43.96 | 22.88 | 26.91 | - |
| YUV | 108.9 | 145.56 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 140 | 0 | 0.87 | 0.44 | 0.03 | 330 | 0.94 | 0.55 |
| Hex | F8 | 20 | 8C | 0 | 57 | 2C | 3 | 14A | 5E | 37 |
| Octal | 370 | 40 | 214 | 0 | 127 | 54 | 3 | 512 | 136 | 67 |
| Binary | 11111000 | 100000 | 10001100 | 0 | 1010111 | 101100 | 11 | 101001010 | 1011110 | 110111 |
Color Harmonies of #F8208C
Complementary color
Monochromatic Colors of #F8208C
Black with #F8208C
Text Example
Text Example
White with #F8208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8208C; }
p { color: rgb(248,32,140); }
H1.HeaderClassName
{
color: #F8208C;
}
.AnyTagClassName
{
color: #F8208C;
}
</style>
background-color css
<style>
a { background-color: #F8208C; }
a { background-color: rgb(248,32,140); }
div.DivClassName
{
background-color: #F8208C;
}
.BgClassName
{
background-color: #F8208C;
}
</style>
border-color css
<style>
span { border-color: #F8208C; }
span { border-color: rgb(248,32,140); }
td.TdClassName
{
border-color: #F8208C;
}
.TagClassName
{
border-color: #F8208C;
}
</style>