Shades of Shocking #F196C3
Tints of Shocking #F196C3
RGB
CMYK
RGB Variations
Color information
#F196C3 (or 0xF196C3) is known color: Shocking. HEX triplet: F1, 96 and C3. RGB value is (241,150,195). Sum of RGB (Red+Green+Blue) = 241+150+195=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 195 (76.56% from 255 or 33.28% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F196C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F196C3 is #0E693C. Grayscale: #B6B6B6. Windows color (decimal): -944445 or 12818161. OLE color: 12818161.
HSL color Cylindrical-coordinate representation of color #F196C3: hue angle of 330.33º 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 #F196C3 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 150 | 195 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.05 |
| HSL | 330.33º | 0.76% | 0.77% | - |
| HSV(B) | 330.33º | 0.38% | 0.95% | - |
| XYZ | 57.03 | 44.45 | 57.2 | - |
| YUV | 182.34 | 135.15 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 150 | 195 | 0 | 0.38 | 0.19 | 0.05 | 330.33 | 0.76 | 0.77 |
| Hex | F1 | 96 | C3 | 0 | 26 | 13 | 5 | 14A | 4C | 4D |
| Octal | 361 | 226 | 303 | 0 | 46 | 23 | 5 | 512 | 114 | 115 |
| Binary | 11110001 | 10010110 | 11000011 | 0 | 100110 | 10011 | 101 | 101001010 | 1001100 | 1001101 |
Color Harmonies of #F196C3
Complementary color
Monochromatic Colors of #F196C3
Black with #F196C3
Text Example
Text Example
White with #F196C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F196C3; }
p { color: rgb(241,150,195); }
H1.HeaderClassName
{
color: #F196C3;
}
.AnyTagClassName
{
color: #F196C3;
}
</style>
background-color css
<style>
a { background-color: #F196C3; }
a { background-color: rgb(241,150,195); }
div.DivClassName
{
background-color: #F196C3;
}
.BgClassName
{
background-color: #F196C3;
}
</style>
border-color css
<style>
span { border-color: #F196C3; }
span { border-color: rgb(241,150,195); }
td.TdClassName
{
border-color: #F196C3;
}
.TagClassName
{
border-color: #F196C3;
}
</style>