Shades of Shocking Pink #F80BC9
Tints of Shocking Pink #F80BC9
RGB
CMYK
RGB Variations
Color information
#F80BC9 (or 0xF80BC9) is known color: Shocking Pink. HEX triplet: F8, 0B and C9. RGB value is (248,11,201). Sum of RGB (Red+Green+Blue) = 248+11+201=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 11 (4.69% from 255 or 2.39% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80BC9 is #07F436. Grayscale: #666666. Windows color (decimal): -521271 or 13175800. OLE color: 13175800.
HSL color Cylindrical-coordinate representation of color #F80BC9: hue angle of 311.9º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80BC9 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 201 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.03 |
| HSL | 311.9º | 0.94% | 0.51% | - |
| HSV(B) | 311.9º | 0.96% | 0.97% | - |
| XYZ | 49.37 | 24.41 | 57.37 | - |
| YUV | 103.52 | 183.02 | 231.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 201 | 0 | 0.96 | 0.19 | 0.03 | 311.9 | 0.94 | 0.51 |
| Hex | F8 | B | C9 | 0 | 60 | 13 | 3 | 138 | 5E | 33 |
| Octal | 370 | 13 | 311 | 0 | 140 | 23 | 3 | 470 | 136 | 63 |
| Binary | 11111000 | 1011 | 11001001 | 0 | 1100000 | 10011 | 11 | 100111000 | 1011110 | 110011 |
Color Harmonies of #F80BC9
Complementary color
Monochromatic Colors of #F80BC9
Black with #F80BC9
Text Example
Text Example
White with #F80BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80BC9; }
p { color: rgb(248,11,201); }
H1.HeaderClassName
{
color: #F80BC9;
}
.AnyTagClassName
{
color: #F80BC9;
}
</style>
background-color css
<style>
a { background-color: #F80BC9; }
a { background-color: rgb(248,11,201); }
div.DivClassName
{
background-color: #F80BC9;
}
.BgClassName
{
background-color: #F80BC9;
}
</style>
border-color css
<style>
span { border-color: #F80BC9; }
span { border-color: rgb(248,11,201); }
td.TdClassName
{
border-color: #F80BC9;
}
.TagClassName
{
border-color: #F80BC9;
}
</style>