Shades of Shocking #F896BC
Tints of Shocking #F896BC
RGB
CMYK
RGB Variations
Color information
#F896BC (or 0xF896BC) is known color: Shocking. HEX triplet: F8, 96 and BC. RGB value is (248,150,188). Sum of RGB (Red+Green+Blue) = 248+150+188=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F896BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F896BC is #076943. Grayscale: #B7B7B7. Windows color (decimal): -485700 or 12359416. OLE color: 12359416.
HSL color Cylindrical-coordinate representation of color #F896BC: hue angle of 336.73º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F896BC is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 188 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.03 |
| HSL | 336.73º | 0.88% | 0.78% | - |
| HSV(B) | 336.73º | 0.4% | 0.97% | - |
| XYZ | 58.69 | 45.4 | 53.25 | - |
| YUV | 183.63 | 130.47 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 188 | 0 | 0.40 | 0.24 | 0.03 | 336.73 | 0.88 | 0.78 |
| Hex | F8 | 96 | BC | 0 | 28 | 18 | 3 | 151 | 58 | 4E |
| Octal | 370 | 226 | 274 | 0 | 50 | 30 | 3 | 521 | 130 | 116 |
| Binary | 11111000 | 10010110 | 10111100 | 0 | 101000 | 11000 | 11 | 101010001 | 1011000 | 1001110 |
Color Harmonies of #F896BC
Complementary color
Monochromatic Colors of #F896BC
Black with #F896BC
Text Example
Text Example
White with #F896BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F896BC; }
p { color: rgb(248,150,188); }
H1.HeaderClassName
{
color: #F896BC;
}
.AnyTagClassName
{
color: #F896BC;
}
</style>
background-color css
<style>
a { background-color: #F896BC; }
a { background-color: rgb(248,150,188); }
div.DivClassName
{
background-color: #F896BC;
}
.BgClassName
{
background-color: #F896BC;
}
</style>
border-color css
<style>
span { border-color: #F896BC; }
span { border-color: rgb(248,150,188); }
td.TdClassName
{
border-color: #F896BC;
}
.TagClassName
{
border-color: #F896BC;
}
</style>