Shades of Shocking Pink #F807BF
Tints of Shocking Pink #F807BF
RGB
CMYK
RGB Variations
Color information
#F807BF (or 0xF807BF) is known color: Shocking Pink. HEX triplet: F8, 07 and BF. RGB value is (248,7,191). Sum of RGB (Red+Green+Blue) = 248+7+191=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 7 (3.12% from 255 or 1.57% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F807BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F807BF is #07F840. Grayscale: #636363. Windows color (decimal): -522305 or 12519416. OLE color: 12519416.
HSL color Cylindrical-coordinate representation of color #F807BF: hue angle of 314.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 #F807BF is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 191 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.03 |
| HSL | 314.19º | 0.95% | 0.5% | - |
| HSV(B) | 314.19º | 0.97% | 0.97% | - |
| XYZ | 48.19 | 23.87 | 51.36 | - |
| YUV | 100.04 | 179.34 | 233.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 191 | 0 | 0.97 | 0.23 | 0.03 | 314.19 | 0.95 | 0.5 |
| Hex | F8 | 7 | BF | 0 | 61 | 17 | 3 | 13A | 5F | 32 |
| Octal | 370 | 7 | 277 | 0 | 141 | 27 | 3 | 472 | 137 | 62 |
| Binary | 11111000 | 111 | 10111111 | 0 | 1100001 | 10111 | 11 | 100111010 | 1011111 | 110010 |
Color Harmonies of #F807BF
Complementary color
Monochromatic Colors of #F807BF
Black with #F807BF
Text Example
Text Example
White with #F807BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F807BF; }
p { color: rgb(248,7,191); }
H1.HeaderClassName
{
color: #F807BF;
}
.AnyTagClassName
{
color: #F807BF;
}
</style>
background-color css
<style>
a { background-color: #F807BF; }
a { background-color: rgb(248,7,191); }
div.DivClassName
{
background-color: #F807BF;
}
.BgClassName
{
background-color: #F807BF;
}
</style>
border-color css
<style>
span { border-color: #F807BF; }
span { border-color: rgb(248,7,191); }
td.TdClassName
{
border-color: #F807BF;
}
.TagClassName
{
border-color: #F807BF;
}
</style>