Shades of Shocking Pink #F811BE
Tints of Shocking Pink #F811BE
RGB
CMYK
RGB Variations
Color information
#F811BE (or 0xF811BE) is known color: Shocking Pink. HEX triplet: F8, 11 and BE. RGB value is (248,17,190). Sum of RGB (Red+Green+Blue) = 248+17+190=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 17 (7.03% from 255 or 3.74% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F811BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F811BE is #07EE41. Grayscale: #696969. Windows color (decimal): -519746 or 12456440. OLE color: 12456440.
HSL color Cylindrical-coordinate representation of color #F811BE: hue angle of 315.06º 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 #F811BE is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 190 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.03 |
| HSL | 315.06º | 0.94% | 0.52% | - |
| HSV(B) | 315.06º | 0.93% | 0.97% | - |
| XYZ | 48.21 | 24.08 | 50.82 | - |
| YUV | 105.79 | 175.53 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 190 | 0 | 0.93 | 0.23 | 0.03 | 315.06 | 0.94 | 0.52 |
| Hex | F8 | 11 | BE | 0 | 5D | 17 | 3 | 13B | 5E | 34 |
| Octal | 370 | 21 | 276 | 0 | 135 | 27 | 3 | 473 | 136 | 64 |
| Binary | 11111000 | 10001 | 10111110 | 0 | 1011101 | 10111 | 11 | 100111011 | 1011110 | 110100 |
Color Harmonies of #F811BE
Complementary color
Monochromatic Colors of #F811BE
Black with #F811BE
Text Example
Text Example
White with #F811BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F811BE; }
p { color: rgb(248,17,190); }
H1.HeaderClassName
{
color: #F811BE;
}
.AnyTagClassName
{
color: #F811BE;
}
</style>
background-color css
<style>
a { background-color: #F811BE; }
a { background-color: rgb(248,17,190); }
div.DivClassName
{
background-color: #F811BE;
}
.BgClassName
{
background-color: #F811BE;
}
</style>
border-color css
<style>
span { border-color: #F811BE; }
span { border-color: rgb(248,17,190); }
td.TdClassName
{
border-color: #F811BE;
}
.TagClassName
{
border-color: #F811BE;
}
</style>