Shades of Deep Pink #F8207B
Tints of Deep Pink #F8207B
RGB
CMYK
RGB Variations
Color information
#F8207B (or 0xF8207B) is known color: Deep Pink. HEX triplet: F8, 20 and 7B. RGB value is (248,32,123). Sum of RGB (Red+Green+Blue) = 248+32+123=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F8207B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8207B is #07DF84. Grayscale: #6A6A6A. Windows color (decimal): -515973 or 8069368. OLE color: 8069368.
HSL color Cylindrical-coordinate representation of color #F8207B: hue angle of 334.72º 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 #F8207B is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 123 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.03 |
| HSL | 334.72º | 0.94% | 0.55% | - |
| HSV(B) | 334.72º | 0.87% | 0.97% | - |
| XYZ | 42.8 | 22.42 | 20.81 | - |
| YUV | 106.96 | 137.06 | 228.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 123 | 0 | 0.87 | 0.50 | 0.03 | 334.72 | 0.94 | 0.55 |
| Hex | F8 | 20 | 7B | 0 | 57 | 32 | 3 | 14F | 5E | 37 |
| Octal | 370 | 40 | 173 | 0 | 127 | 62 | 3 | 517 | 136 | 67 |
| Binary | 11111000 | 100000 | 1111011 | 0 | 1010111 | 110010 | 11 | 101001111 | 1011110 | 110111 |
Color Harmonies of #F8207B
Complementary color
Monochromatic Colors of #F8207B
Black with #F8207B
Text Example
Text Example
White with #F8207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8207B; }
p { color: rgb(248,32,123); }
H1.HeaderClassName
{
color: #F8207B;
}
.AnyTagClassName
{
color: #F8207B;
}
</style>
background-color css
<style>
a { background-color: #F8207B; }
a { background-color: rgb(248,32,123); }
div.DivClassName
{
background-color: #F8207B;
}
.BgClassName
{
background-color: #F8207B;
}
</style>
border-color css
<style>
span { border-color: #F8207B; }
span { border-color: rgb(248,32,123); }
td.TdClassName
{
border-color: #F8207B;
}
.TagClassName
{
border-color: #F8207B;
}
</style>