Shades of Shocking #F096CE
Tints of Shocking #F096CE
RGB
CMYK
RGB Variations
Color information
#F096CE (or 0xF096CE) is known color: Shocking. HEX triplet: F0, 96 and CE. RGB value is (240,150,206). Sum of RGB (Red+Green+Blue) = 240+150+206=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F096CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096CE is #0F6931. Grayscale: #B7B7B7. Windows color (decimal): -1009970 or 13539056. OLE color: 13539056.
HSL color Cylindrical-coordinate representation of color #F096CE: hue angle of 322.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 #F096CE is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 206 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.06 |
| HSL | 322.67º | 0.75% | 0.76% | - |
| HSV(B) | 322.67º | 0.38% | 0.94% | - |
| XYZ | 57.98 | 44.79 | 63.98 | - |
| YUV | 183.29 | 140.82 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 206 | 0 | 0.37 | 0.14 | 0.06 | 322.67 | 0.75 | 0.76 |
| Hex | F0 | 96 | CE | 0 | 25 | E | 6 | 143 | 4B | 4C |
| Octal | 360 | 226 | 316 | 0 | 45 | 16 | 6 | 503 | 113 | 114 |
| Binary | 11110000 | 10010110 | 11001110 | 0 | 100101 | 1110 | 110 | 101000011 | 1001011 | 1001100 |
Color Harmonies of #F096CE
Complementary color
Monochromatic Colors of #F096CE
Black with #F096CE
Text Example
Text Example
White with #F096CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F096CE; }
p { color: rgb(240,150,206); }
H1.HeaderClassName
{
color: #F096CE;
}
.AnyTagClassName
{
color: #F096CE;
}
</style>
background-color css
<style>
a { background-color: #F096CE; }
a { background-color: rgb(240,150,206); }
div.DivClassName
{
background-color: #F096CE;
}
.BgClassName
{
background-color: #F096CE;
}
</style>
border-color css
<style>
span { border-color: #F096CE; }
span { border-color: rgb(240,150,206); }
td.TdClassName
{
border-color: #F096CE;
}
.TagClassName
{
border-color: #F096CE;
}
</style>