Shades of Deep Pink #F82097
Tints of Deep Pink #F82097
RGB
CMYK
RGB Variations
Color information
#F82097 (or 0xF82097) is known color: Deep Pink. HEX triplet: F8, 20 and 97. RGB value is (248,32,151). Sum of RGB (Red+Green+Blue) = 248+32+151=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F82097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82097 is #07DF68. Grayscale: #6D6D6D. Windows color (decimal): -515945 or 9904376. OLE color: 9904376.
HSL color Cylindrical-coordinate representation of color #F82097: hue angle of 326.94º 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 #F82097 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 151 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.03 |
| HSL | 326.94º | 0.94% | 0.55% | - |
| HSV(B) | 326.94º | 0.87% | 0.97% | - |
| XYZ | 44.81 | 23.22 | 31.4 | - |
| YUV | 110.15 | 151.06 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 151 | 0 | 0.87 | 0.39 | 0.03 | 326.94 | 0.94 | 0.55 |
| Hex | F8 | 20 | 97 | 0 | 57 | 27 | 3 | 147 | 5E | 37 |
| Octal | 370 | 40 | 227 | 0 | 127 | 47 | 3 | 507 | 136 | 67 |
| Binary | 11111000 | 100000 | 10010111 | 0 | 1010111 | 100111 | 11 | 101000111 | 1011110 | 110111 |
Color Harmonies of #F82097
Complementary color
Monochromatic Colors of #F82097
Black with #F82097
Text Example
Text Example
White with #F82097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82097; }
p { color: rgb(248,32,151); }
H1.HeaderClassName
{
color: #F82097;
}
.AnyTagClassName
{
color: #F82097;
}
</style>
background-color css
<style>
a { background-color: #F82097; }
a { background-color: rgb(248,32,151); }
div.DivClassName
{
background-color: #F82097;
}
.BgClassName
{
background-color: #F82097;
}
</style>
border-color css
<style>
span { border-color: #F82097; }
span { border-color: rgb(248,32,151); }
td.TdClassName
{
border-color: #F82097;
}
.TagClassName
{
border-color: #F82097;
}
</style>