Shades of Shocking Pink #F80BC7
Tints of Shocking Pink #F80BC7
RGB
CMYK
RGB Variations
Color information
#F80BC7 (or 0xF80BC7) is known color: Shocking Pink. HEX triplet: F8, 0B and C7. RGB value is (248,11,199). Sum of RGB (Red+Green+Blue) = 248+11+199=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 11 (4.69% from 255 or 2.40% from 458); Blue value is 199 (78.12% from 255 or 43.45% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BC7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80BC7 is #07F438. Grayscale: #666666. Windows color (decimal): -521273 or 13044728. OLE color: 13044728.
HSL color Cylindrical-coordinate representation of color #F80BC7: hue angle of 312.41º 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 #F80BC7 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 199 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.03 |
| HSL | 312.41º | 0.94% | 0.51% | - |
| HSV(B) | 312.41º | 0.96% | 0.97% | - |
| XYZ | 49.14 | 24.32 | 56.14 | - |
| YUV | 103.3 | 182.02 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 199 | 0 | 0.96 | 0.20 | 0.03 | 312.41 | 0.94 | 0.51 |
| Hex | F8 | B | C7 | 0 | 60 | 14 | 3 | 138 | 5E | 33 |
| Octal | 370 | 13 | 307 | 0 | 140 | 24 | 3 | 470 | 136 | 63 |
| Binary | 11111000 | 1011 | 11000111 | 0 | 1100000 | 10100 | 11 | 100111000 | 1011110 | 110011 |
Color Harmonies of #F80BC7
Complementary color
Monochromatic Colors of #F80BC7
Black with #F80BC7
Text Example
Text Example
White with #F80BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80BC7; }
p { color: rgb(248,11,199); }
H1.HeaderClassName
{
color: #F80BC7;
}
.AnyTagClassName
{
color: #F80BC7;
}
</style>
background-color css
<style>
a { background-color: #F80BC7; }
a { background-color: rgb(248,11,199); }
div.DivClassName
{
background-color: #F80BC7;
}
.BgClassName
{
background-color: #F80BC7;
}
</style>
border-color css
<style>
span { border-color: #F80BC7; }
span { border-color: rgb(248,11,199); }
td.TdClassName
{
border-color: #F80BC7;
}
.TagClassName
{
border-color: #F80BC7;
}
</style>