Shades of Shocking Pink #F808BB
Tints of Shocking Pink #F808BB
RGB
CMYK
RGB Variations
Color information
#F808BB (or 0xF808BB) is known color: Shocking Pink. HEX triplet: F8, 08 and BB. RGB value is (248,8,187). Sum of RGB (Red+Green+Blue) = 248+8+187=443 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.98% from 443); Green value is 8 (3.52% from 255 or 1.81% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 248 - color contains mainly: red. Hex color #F808BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F808BB is #07F744. Grayscale: #636363. Windows color (decimal): -522053 or 12257528. OLE color: 12257528.
HSL color Cylindrical-coordinate representation of color #F808BB: hue angle of 315.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F808BB is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 187 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.03 |
| HSL | 315.25º | 0.94% | 0.5% | - |
| HSV(B) | 315.25º | 0.97% | 0.97% | - |
| XYZ | 47.77 | 23.72 | 49.07 | - |
| YUV | 100.17 | 177.01 | 233.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 187 | 0 | 0.97 | 0.25 | 0.03 | 315.25 | 0.94 | 0.5 |
| Hex | F8 | 8 | BB | 0 | 61 | 19 | 3 | 13B | 5E | 32 |
| Octal | 370 | 10 | 273 | 0 | 141 | 31 | 3 | 473 | 136 | 62 |
| Binary | 11111000 | 1000 | 10111011 | 0 | 1100001 | 11001 | 11 | 100111011 | 1011110 | 110010 |
Color Harmonies of #F808BB
Complementary color
Monochromatic Colors of #F808BB
Black with #F808BB
Text Example
Text Example
White with #F808BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F808BB; }
p { color: rgb(248,8,187); }
H1.HeaderClassName
{
color: #F808BB;
}
.AnyTagClassName
{
color: #F808BB;
}
</style>
background-color css
<style>
a { background-color: #F808BB; }
a { background-color: rgb(248,8,187); }
div.DivClassName
{
background-color: #F808BB;
}
.BgClassName
{
background-color: #F808BB;
}
</style>
border-color css
<style>
span { border-color: #F808BB; }
span { border-color: rgb(248,8,187); }
td.TdClassName
{
border-color: #F808BB;
}
.TagClassName
{
border-color: #F808BB;
}
</style>