Shades of Shocking Pink #F807BB
Tints of Shocking Pink #F807BB
RGB
CMYK
RGB Variations
Color information
#F807BB (or 0xF807BB) is known color: Shocking Pink. HEX triplet: F8, 07 and BB. RGB value is (248,7,187). Sum of RGB (Red+Green+Blue) = 248+7+187=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 7 (3.12% from 255 or 1.58% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F807BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F807BB is #07F844. Grayscale: #636363. Windows color (decimal): -522309 or 12257272. OLE color: 12257272.
HSL color Cylindrical-coordinate representation of color #F807BB: hue angle of 315.19º degrees, saturation: 0.95, 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 #F807BB is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 187 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.03 |
| HSL | 315.19º | 0.95% | 0.5% | - |
| HSV(B) | 315.19º | 0.97% | 0.97% | - |
| XYZ | 47.76 | 23.7 | 49.07 | - |
| YUV | 99.58 | 177.34 | 233.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 187 | 0 | 0.97 | 0.25 | 0.03 | 315.19 | 0.95 | 0.5 |
| Hex | F8 | 7 | BB | 0 | 61 | 19 | 3 | 13B | 5F | 32 |
| Octal | 370 | 7 | 273 | 0 | 141 | 31 | 3 | 473 | 137 | 62 |
| Binary | 11111000 | 111 | 10111011 | 0 | 1100001 | 11001 | 11 | 100111011 | 1011111 | 110010 |
Color Harmonies of #F807BB
Complementary color
Monochromatic Colors of #F807BB
Black with #F807BB
Text Example
Text Example
White with #F807BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F807BB; }
p { color: rgb(248,7,187); }
H1.HeaderClassName
{
color: #F807BB;
}
.AnyTagClassName
{
color: #F807BB;
}
</style>
background-color css
<style>
a { background-color: #F807BB; }
a { background-color: rgb(248,7,187); }
div.DivClassName
{
background-color: #F807BB;
}
.BgClassName
{
background-color: #F807BB;
}
</style>
border-color css
<style>
span { border-color: #F807BB; }
span { border-color: rgb(248,7,187); }
td.TdClassName
{
border-color: #F807BB;
}
.TagClassName
{
border-color: #F807BB;
}
</style>