Shades of Shocking #F196CF
Tints of Shocking #F196CF
RGB
CMYK
RGB Variations
Color information
#F196CF (or 0xF196CF) is known color: Shocking. HEX triplet: F1, 96 and CF. RGB value is (241,150,207). Sum of RGB (Red+Green+Blue) = 241+150+207=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 150 (58.98% from 255 or 25.08% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F196CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F196CF is #0E6930. Grayscale: #B7B7B7. Windows color (decimal): -944433 or 13604593. OLE color: 13604593.
HSL color Cylindrical-coordinate representation of color #F196CF: hue angle of 322.42º 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 #F196CF is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 150 | 207 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.05 |
| HSL | 322.42º | 0.76% | 0.77% | - |
| HSV(B) | 322.42º | 0.38% | 0.95% | - |
| XYZ | 58.44 | 45.02 | 64.64 | - |
| YUV | 183.71 | 141.15 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 150 | 207 | 0 | 0.38 | 0.14 | 0.05 | 322.42 | 0.76 | 0.77 |
| Hex | F1 | 96 | CF | 0 | 26 | E | 5 | 142 | 4C | 4D |
| Octal | 361 | 226 | 317 | 0 | 46 | 16 | 5 | 502 | 114 | 115 |
| Binary | 11110001 | 10010110 | 11001111 | 0 | 100110 | 1110 | 101 | 101000010 | 1001100 | 1001101 |
Color Harmonies of #F196CF
Complementary color
Monochromatic Colors of #F196CF
Black with #F196CF
Text Example
Text Example
White with #F196CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F196CF; }
p { color: rgb(241,150,207); }
H1.HeaderClassName
{
color: #F196CF;
}
.AnyTagClassName
{
color: #F196CF;
}
</style>
background-color css
<style>
a { background-color: #F196CF; }
a { background-color: rgb(241,150,207); }
div.DivClassName
{
background-color: #F196CF;
}
.BgClassName
{
background-color: #F196CF;
}
</style>
border-color css
<style>
span { border-color: #F196CF; }
span { border-color: rgb(241,150,207); }
td.TdClassName
{
border-color: #F196CF;
}
.TagClassName
{
border-color: #F196CF;
}
</style>