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