Shades of Shocking Pink #F807B1
Tints of Shocking Pink #F807B1
RGB
CMYK
RGB Variations
Color information
#F807B1 (or 0xF807B1) is known color: Shocking Pink. HEX triplet: F8, 07 and B1. RGB value is (248,7,177). Sum of RGB (Red+Green+Blue) = 248+7+177=432 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.41% from 432); Green value is 7 (3.12% from 255 or 1.62% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 248 - color contains mainly: red. Hex color #F807B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F807B1 is #07F84E. Grayscale: #616161. Windows color (decimal): -522319 or 11601912. OLE color: 11601912.
HSL color Cylindrical-coordinate representation of color #F807B1: hue angle of 317.68º 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 #F807B1 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 177 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.03 |
| HSL | 317.68º | 0.95% | 0.5% | - |
| HSV(B) | 317.68º | 0.97% | 0.97% | - |
| XYZ | 46.72 | 23.28 | 43.63 | - |
| YUV | 98.44 | 172.34 | 234.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 177 | 0 | 0.97 | 0.29 | 0.03 | 317.68 | 0.95 | 0.5 |
| Hex | F8 | 7 | B1 | 0 | 61 | 1D | 3 | 13E | 5F | 32 |
| Octal | 370 | 7 | 261 | 0 | 141 | 35 | 3 | 476 | 137 | 62 |
| Binary | 11111000 | 111 | 10110001 | 0 | 1100001 | 11101 | 11 | 100111110 | 1011111 | 110010 |
Color Harmonies of #F807B1
Complementary color
Monochromatic Colors of #F807B1
Black with #F807B1
Text Example
Text Example
White with #F807B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F807B1; }
p { color: rgb(248,7,177); }
H1.HeaderClassName
{
color: #F807B1;
}
.AnyTagClassName
{
color: #F807B1;
}
</style>
background-color css
<style>
a { background-color: #F807B1; }
a { background-color: rgb(248,7,177); }
div.DivClassName
{
background-color: #F807B1;
}
.BgClassName
{
background-color: #F807B1;
}
</style>
border-color css
<style>
span { border-color: #F807B1; }
span { border-color: rgb(248,7,177); }
td.TdClassName
{
border-color: #F807B1;
}
.TagClassName
{
border-color: #F807B1;
}
</style>