Shades of Shocking Pink #F807BA
Tints of Shocking Pink #F807BA
RGB
CMYK
RGB Variations
Color information
#F807BA (or 0xF807BA) is known color: Shocking Pink. HEX triplet: F8, 07 and BA. RGB value is (248,7,186). Sum of RGB (Red+Green+Blue) = 248+7+186=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 7 (3.12% from 255 or 1.59% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F807BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F807BA is #07F845. Grayscale: #626262. Windows color (decimal): -522310 or 12191736. OLE color: 12191736.
HSL color Cylindrical-coordinate representation of color #F807BA: hue angle of 315.44º 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 #F807BA is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 186 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.03 |
| HSL | 315.44º | 0.95% | 0.5% | - |
| HSV(B) | 315.44º | 0.97% | 0.97% | - |
| XYZ | 47.65 | 23.65 | 48.51 | - |
| YUV | 99.47 | 176.84 | 233.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 186 | 0 | 0.97 | 0.25 | 0.03 | 315.44 | 0.95 | 0.5 |
| Hex | F8 | 7 | BA | 0 | 61 | 19 | 3 | 13B | 5F | 32 |
| Octal | 370 | 7 | 272 | 0 | 141 | 31 | 3 | 473 | 137 | 62 |
| Binary | 11111000 | 111 | 10111010 | 0 | 1100001 | 11001 | 11 | 100111011 | 1011111 | 110010 |
Color Harmonies of #F807BA
Complementary color
Monochromatic Colors of #F807BA
Black with #F807BA
Text Example
Text Example
White with #F807BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F807BA; }
p { color: rgb(248,7,186); }
H1.HeaderClassName
{
color: #F807BA;
}
.AnyTagClassName
{
color: #F807BA;
}
</style>
background-color css
<style>
a { background-color: #F807BA; }
a { background-color: rgb(248,7,186); }
div.DivClassName
{
background-color: #F807BA;
}
.BgClassName
{
background-color: #F807BA;
}
</style>
border-color css
<style>
span { border-color: #F807BA; }
span { border-color: rgb(248,7,186); }
td.TdClassName
{
border-color: #F807BA;
}
.TagClassName
{
border-color: #F807BA;
}
</style>