Shades of Shocking #F196C9
Tints of Shocking #F196C9
RGB
CMYK
RGB Variations
Color information
#F196C9 (or 0xF196C9) is known color: Shocking. HEX triplet: F1, 96 and C9. RGB value is (241,150,201). Sum of RGB (Red+Green+Blue) = 241+150+201=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F196C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F196C9 is #0E6936. Grayscale: #B6B6B6. Windows color (decimal): -944439 or 13211377. OLE color: 13211377.
HSL color Cylindrical-coordinate representation of color #F196C9: hue angle of 326.37º 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 #F196C9 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 150 | 201 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.05 |
| HSL | 326.37º | 0.76% | 0.77% | - |
| HSV(B) | 326.37º | 0.38% | 0.95% | - |
| XYZ | 57.72 | 44.73 | 60.85 | - |
| YUV | 183.02 | 138.15 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 150 | 201 | 0 | 0.38 | 0.17 | 0.05 | 326.37 | 0.76 | 0.77 |
| Hex | F1 | 96 | C9 | 0 | 26 | 11 | 5 | 146 | 4C | 4D |
| Octal | 361 | 226 | 311 | 0 | 46 | 21 | 5 | 506 | 114 | 115 |
| Binary | 11110001 | 10010110 | 11001001 | 0 | 100110 | 10001 | 101 | 101000110 | 1001100 | 1001101 |
Color Harmonies of #F196C9
Complementary color
Monochromatic Colors of #F196C9
Black with #F196C9
Text Example
Text Example
White with #F196C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F196C9; }
p { color: rgb(241,150,201); }
H1.HeaderClassName
{
color: #F196C9;
}
.AnyTagClassName
{
color: #F196C9;
}
</style>
background-color css
<style>
a { background-color: #F196C9; }
a { background-color: rgb(241,150,201); }
div.DivClassName
{
background-color: #F196C9;
}
.BgClassName
{
background-color: #F196C9;
}
</style>
border-color css
<style>
span { border-color: #F196C9; }
span { border-color: rgb(241,150,201); }
td.TdClassName
{
border-color: #F196C9;
}
.TagClassName
{
border-color: #F196C9;
}
</style>