Shades of Shocking #F898C0
Tints of Shocking #F898C0
RGB
CMYK
RGB Variations
Color information
#F898C0 (or 0xF898C0) is known color: Shocking. HEX triplet: F8, 98 and C0. RGB value is (248,152,192). Sum of RGB (Red+Green+Blue) = 248+152+192=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 152 (59.77% from 255 or 25.68% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F898C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F898C0 is #07673F. Grayscale: #B9B9B9. Windows color (decimal): -485184 or 12622072. OLE color: 12622072.
HSL color Cylindrical-coordinate representation of color #F898C0: hue angle of 335º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F898C0 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 152 | 192 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.03 |
| HSL | 335º | 0.87% | 0.78% | - |
| HSV(B) | 335º | 0.39% | 0.97% | - |
| XYZ | 59.45 | 46.22 | 55.66 | - |
| YUV | 185.26 | 131.8 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 152 | 192 | 0 | 0.39 | 0.23 | 0.03 | 335 | 0.87 | 0.78 |
| Hex | F8 | 98 | C0 | 0 | 27 | 17 | 3 | 14F | 57 | 4E |
| Octal | 370 | 230 | 300 | 0 | 47 | 27 | 3 | 517 | 127 | 116 |
| Binary | 11111000 | 10011000 | 11000000 | 0 | 100111 | 10111 | 11 | 101001111 | 1010111 | 1001110 |
Color Harmonies of #F898C0
Complementary color
Monochromatic Colors of #F898C0
Black with #F898C0
Text Example
Text Example
White with #F898C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F898C0; }
p { color: rgb(248,152,192); }
H1.HeaderClassName
{
color: #F898C0;
}
.AnyTagClassName
{
color: #F898C0;
}
</style>
background-color css
<style>
a { background-color: #F898C0; }
a { background-color: rgb(248,152,192); }
div.DivClassName
{
background-color: #F898C0;
}
.BgClassName
{
background-color: #F898C0;
}
</style>
border-color css
<style>
span { border-color: #F898C0; }
span { border-color: rgb(248,152,192); }
td.TdClassName
{
border-color: #F898C0;
}
.TagClassName
{
border-color: #F898C0;
}
</style>