Shades of Shocking #F199C0
Tints of Shocking #F199C0
RGB
CMYK
RGB Variations
Color information
#F199C0 (or 0xF199C0) is known color: Shocking. HEX triplet: F1, 99 and C0. RGB value is (241,153,192). Sum of RGB (Red+Green+Blue) = 241+153+192=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F199C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199C0 is #0E663F. Grayscale: #B7B7B7. Windows color (decimal): -943680 or 12622321. OLE color: 12622321.
HSL color Cylindrical-coordinate representation of color #F199C0: hue angle of 333.41º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F199C0 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 192 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.05 |
| HSL | 333.41º | 0.76% | 0.77% | - |
| HSV(B) | 333.41º | 0.37% | 0.95% | - |
| XYZ | 57.18 | 45.29 | 55.6 | - |
| YUV | 183.76 | 132.65 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 192 | 0 | 0.37 | 0.20 | 0.05 | 333.41 | 0.76 | 0.77 |
| Hex | F1 | 99 | C0 | 0 | 25 | 14 | 5 | 14D | 4C | 4D |
| Octal | 361 | 231 | 300 | 0 | 45 | 24 | 5 | 515 | 114 | 115 |
| Binary | 11110001 | 10011001 | 11000000 | 0 | 100101 | 10100 | 101 | 101001101 | 1001100 | 1001101 |
Color Harmonies of #F199C0
Complementary color
Monochromatic Colors of #F199C0
Black with #F199C0
Text Example
Text Example
White with #F199C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F199C0; }
p { color: rgb(241,153,192); }
H1.HeaderClassName
{
color: #F199C0;
}
.AnyTagClassName
{
color: #F199C0;
}
</style>
background-color css
<style>
a { background-color: #F199C0; }
a { background-color: rgb(241,153,192); }
div.DivClassName
{
background-color: #F199C0;
}
.BgClassName
{
background-color: #F199C0;
}
</style>
border-color css
<style>
span { border-color: #F199C0; }
span { border-color: rgb(241,153,192); }
td.TdClassName
{
border-color: #F199C0;
}
.TagClassName
{
border-color: #F199C0;
}
</style>