Shades of Shocking #F096C5
Tints of Shocking #F096C5
RGB
CMYK
RGB Variations
Color information
#F096C5 (or 0xF096C5) is known color: Shocking. HEX triplet: F0, 96 and C5. RGB value is (240,150,197). Sum of RGB (Red+Green+Blue) = 240+150+197=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F096C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096C5 is #0F693A. Grayscale: #B6B6B6. Windows color (decimal): -1009979 or 12949232. OLE color: 12949232.
HSL color Cylindrical-coordinate representation of color #F096C5: hue angle of 328.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F096C5 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 197 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.06 |
| HSL | 328.67º | 0.75% | 0.76% | - |
| HSV(B) | 328.67º | 0.38% | 0.94% | - |
| XYZ | 56.92 | 44.37 | 58.39 | - |
| YUV | 182.27 | 136.32 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 197 | 0 | 0.37 | 0.18 | 0.06 | 328.67 | 0.75 | 0.76 |
| Hex | F0 | 96 | C5 | 0 | 25 | 12 | 6 | 149 | 4B | 4C |
| Octal | 360 | 226 | 305 | 0 | 45 | 22 | 6 | 511 | 113 | 114 |
| Binary | 11110000 | 10010110 | 11000101 | 0 | 100101 | 10010 | 110 | 101001001 | 1001011 | 1001100 |
Color Harmonies of #F096C5
Complementary color
Monochromatic Colors of #F096C5
Black with #F096C5
Text Example
Text Example
White with #F096C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F096C5; }
p { color: rgb(240,150,197); }
H1.HeaderClassName
{
color: #F096C5;
}
.AnyTagClassName
{
color: #F096C5;
}
</style>
background-color css
<style>
a { background-color: #F096C5; }
a { background-color: rgb(240,150,197); }
div.DivClassName
{
background-color: #F096C5;
}
.BgClassName
{
background-color: #F096C5;
}
</style>
border-color css
<style>
span { border-color: #F096C5; }
span { border-color: rgb(240,150,197); }
td.TdClassName
{
border-color: #F096C5;
}
.TagClassName
{
border-color: #F096C5;
}
</style>