Shades of Shocking Pink #F811B7
Tints of Shocking Pink #F811B7
RGB
CMYK
RGB Variations
Color information
#F811B7 (or 0xF811B7) is known color: Shocking Pink. HEX triplet: F8, 11 and B7. RGB value is (248,17,183). Sum of RGB (Red+Green+Blue) = 248+17+183=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 17 (7.03% from 255 or 3.79% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F811B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F811B7 is #07EE48. Grayscale: #686868. Windows color (decimal): -519753 or 11997688. OLE color: 11997688.
HSL color Cylindrical-coordinate representation of color #F811B7: hue angle of 316.88º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F811B7 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 183 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.03 |
| HSL | 316.88º | 0.94% | 0.52% | - |
| HSV(B) | 316.88º | 0.93% | 0.97% | - |
| XYZ | 47.46 | 23.78 | 46.89 | - |
| YUV | 104.99 | 172.03 | 230 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 183 | 0 | 0.93 | 0.26 | 0.03 | 316.88 | 0.94 | 0.52 |
| Hex | F8 | 11 | B7 | 0 | 5D | 1A | 3 | 13D | 5E | 34 |
| Octal | 370 | 21 | 267 | 0 | 135 | 32 | 3 | 475 | 136 | 64 |
| Binary | 11111000 | 10001 | 10110111 | 0 | 1011101 | 11010 | 11 | 100111101 | 1011110 | 110100 |
Color Harmonies of #F811B7
Complementary color
Monochromatic Colors of #F811B7
Black with #F811B7
Text Example
Text Example
White with #F811B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F811B7; }
p { color: rgb(248,17,183); }
H1.HeaderClassName
{
color: #F811B7;
}
.AnyTagClassName
{
color: #F811B7;
}
</style>
background-color css
<style>
a { background-color: #F811B7; }
a { background-color: rgb(248,17,183); }
div.DivClassName
{
background-color: #F811B7;
}
.BgClassName
{
background-color: #F811B7;
}
</style>
border-color css
<style>
span { border-color: #F811B7; }
span { border-color: rgb(248,17,183); }
td.TdClassName
{
border-color: #F811B7;
}
.TagClassName
{
border-color: #F811B7;
}
</style>