Shades of Shocking #F196C0
Tints of Shocking #F196C0
RGB
CMYK
RGB Variations
Color information
#F196C0 (or 0xF196C0) is known color: Shocking. HEX triplet: F1, 96 and C0. RGB value is (241,150,192). Sum of RGB (Red+Green+Blue) = 241+150+192=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F196C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F196C0 is #0E693F. Grayscale: #B5B5B5. Windows color (decimal): -944448 or 12621553. OLE color: 12621553.
HSL color Cylindrical-coordinate representation of color #F196C0: hue angle of 332.31º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F196C0 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 150 | 192 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.05 |
| HSL | 332.31º | 0.76% | 0.77% | - |
| HSV(B) | 332.31º | 0.38% | 0.95% | - |
| XYZ | 56.7 | 44.32 | 55.44 | - |
| YUV | 182 | 133.65 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 150 | 192 | 0 | 0.38 | 0.20 | 0.05 | 332.31 | 0.76 | 0.77 |
| Hex | F1 | 96 | C0 | 0 | 26 | 14 | 5 | 14C | 4C | 4D |
| Octal | 361 | 226 | 300 | 0 | 46 | 24 | 5 | 514 | 114 | 115 |
| Binary | 11110001 | 10010110 | 11000000 | 0 | 100110 | 10100 | 101 | 101001100 | 1001100 | 1001101 |
Color Harmonies of #F196C0
Complementary color
Monochromatic Colors of #F196C0
Black with #F196C0
Text Example
Text Example
White with #F196C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F196C0; }
p { color: rgb(241,150,192); }
H1.HeaderClassName
{
color: #F196C0;
}
.AnyTagClassName
{
color: #F196C0;
}
</style>
background-color css
<style>
a { background-color: #F196C0; }
a { background-color: rgb(241,150,192); }
div.DivClassName
{
background-color: #F196C0;
}
.BgClassName
{
background-color: #F196C0;
}
</style>
border-color css
<style>
span { border-color: #F196C0; }
span { border-color: rgb(241,150,192); }
td.TdClassName
{
border-color: #F196C0;
}
.TagClassName
{
border-color: #F196C0;
}
</style>