Shades of Shocking #F899C0
Tints of Shocking #F899C0
RGB
CMYK
RGB Variations
Color information
#F899C0 (or 0xF899C0) is known color: Shocking. HEX triplet: F8, 99 and C0. RGB value is (248,153,192). Sum of RGB (Red+Green+Blue) = 248+153+192=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F899C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F899C0 is #07663F. Grayscale: #B9B9B9. Windows color (decimal): -484928 or 12622328. OLE color: 12622328.
HSL color Cylindrical-coordinate representation of color #F899C0: hue angle of 335.37º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F899C0 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 192 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.03 |
| HSL | 335.37º | 0.87% | 0.79% | - |
| HSV(B) | 335.37º | 0.38% | 0.97% | - |
| XYZ | 59.62 | 46.54 | 55.71 | - |
| YUV | 185.85 | 131.47 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 192 | 0 | 0.38 | 0.23 | 0.03 | 335.37 | 0.87 | 0.79 |
| Hex | F8 | 99 | C0 | 0 | 26 | 17 | 3 | 14F | 57 | 4F |
| Octal | 370 | 231 | 300 | 0 | 46 | 27 | 3 | 517 | 127 | 117 |
| Binary | 11111000 | 10011001 | 11000000 | 0 | 100110 | 10111 | 11 | 101001111 | 1010111 | 1001111 |
Color Harmonies of #F899C0
Complementary color
Monochromatic Colors of #F899C0
Black with #F899C0
Text Example
Text Example
White with #F899C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F899C0; }
p { color: rgb(248,153,192); }
H1.HeaderClassName
{
color: #F899C0;
}
.AnyTagClassName
{
color: #F899C0;
}
</style>
background-color css
<style>
a { background-color: #F899C0; }
a { background-color: rgb(248,153,192); }
div.DivClassName
{
background-color: #F899C0;
}
.BgClassName
{
background-color: #F899C0;
}
</style>
border-color css
<style>
span { border-color: #F899C0; }
span { border-color: rgb(248,153,192); }
td.TdClassName
{
border-color: #F899C0;
}
.TagClassName
{
border-color: #F899C0;
}
</style>