Shades of Shocking Pink #F807B2
Tints of Shocking Pink #F807B2
RGB
CMYK
RGB Variations
Color information
#F807B2 (or 0xF807B2) is known color: Shocking Pink. HEX triplet: F8, 07 and B2. RGB value is (248,7,178). Sum of RGB (Red+Green+Blue) = 248+7+178=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 7 (3.12% from 255 or 1.62% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F807B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F807B2 is #07F84D. Grayscale: #626262. Windows color (decimal): -522318 or 11667448. OLE color: 11667448.
HSL color Cylindrical-coordinate representation of color #F807B2: hue angle of 317.43º 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 #F807B2 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 178 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.03 |
| HSL | 317.43º | 0.95% | 0.5% | - |
| HSV(B) | 317.43º | 0.97% | 0.97% | - |
| XYZ | 46.82 | 23.32 | 44.15 | - |
| YUV | 98.55 | 172.84 | 234.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 178 | 0 | 0.97 | 0.28 | 0.03 | 317.43 | 0.95 | 0.5 |
| Hex | F8 | 7 | B2 | 0 | 61 | 1C | 3 | 13D | 5F | 32 |
| Octal | 370 | 7 | 262 | 0 | 141 | 34 | 3 | 475 | 137 | 62 |
| Binary | 11111000 | 111 | 10110010 | 0 | 1100001 | 11100 | 11 | 100111101 | 1011111 | 110010 |
Color Harmonies of #F807B2
Complementary color
Monochromatic Colors of #F807B2
Black with #F807B2
Text Example
Text Example
White with #F807B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F807B2; }
p { color: rgb(248,7,178); }
H1.HeaderClassName
{
color: #F807B2;
}
.AnyTagClassName
{
color: #F807B2;
}
</style>
background-color css
<style>
a { background-color: #F807B2; }
a { background-color: rgb(248,7,178); }
div.DivClassName
{
background-color: #F807B2;
}
.BgClassName
{
background-color: #F807B2;
}
</style>
border-color css
<style>
span { border-color: #F807B2; }
span { border-color: rgb(248,7,178); }
td.TdClassName
{
border-color: #F807B2;
}
.TagClassName
{
border-color: #F807B2;
}
</style>