Shades of Shocking #F896C0
Tints of Shocking #F896C0
RGB
CMYK
RGB Variations
Color information
#F896C0 (or 0xF896C0) is known color: Shocking. HEX triplet: F8, 96 and C0. RGB value is (248,150,192). Sum of RGB (Red+Green+Blue) = 248+150+192=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 150 (58.98% from 255 or 25.42% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F896C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F896C0 is #07693F. Grayscale: #B8B8B8. Windows color (decimal): -485696 or 12621560. OLE color: 12621560.
HSL color Cylindrical-coordinate representation of color #F896C0: hue angle of 334.29º 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 #F896C0 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 192 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.03 |
| HSL | 334.29º | 0.88% | 0.78% | - |
| HSV(B) | 334.29º | 0.4% | 0.97% | - |
| XYZ | 59.13 | 45.57 | 55.55 | - |
| YUV | 184.09 | 132.47 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 192 | 0 | 0.40 | 0.23 | 0.03 | 334.29 | 0.88 | 0.78 |
| Hex | F8 | 96 | C0 | 0 | 28 | 17 | 3 | 14E | 58 | 4E |
| Octal | 370 | 226 | 300 | 0 | 50 | 27 | 3 | 516 | 130 | 116 |
| Binary | 11111000 | 10010110 | 11000000 | 0 | 101000 | 10111 | 11 | 101001110 | 1011000 | 1001110 |
Color Harmonies of #F896C0
Complementary color
Monochromatic Colors of #F896C0
Black with #F896C0
Text Example
Text Example
White with #F896C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F896C0; }
p { color: rgb(248,150,192); }
H1.HeaderClassName
{
color: #F896C0;
}
.AnyTagClassName
{
color: #F896C0;
}
</style>
background-color css
<style>
a { background-color: #F896C0; }
a { background-color: rgb(248,150,192); }
div.DivClassName
{
background-color: #F896C0;
}
.BgClassName
{
background-color: #F896C0;
}
</style>
border-color css
<style>
span { border-color: #F896C0; }
span { border-color: rgb(248,150,192); }
td.TdClassName
{
border-color: #F896C0;
}
.TagClassName
{
border-color: #F896C0;
}
</style>