Shades of Shocking #F096BF
Tints of Shocking #F096BF
RGB
CMYK
RGB Variations
Color information
#F096BF (or 0xF096BF) is known color: Shocking. HEX triplet: F0, 96 and BF. RGB value is (240,150,191). Sum of RGB (Red+Green+Blue) = 240+150+191=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F096BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096BF is #0F6940. Grayscale: #B5B5B5. Windows color (decimal): -1009985 or 12556016. OLE color: 12556016.
HSL color Cylindrical-coordinate representation of color #F096BF: hue angle of 332.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 #F096BF is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 191 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.06 |
| HSL | 332.67º | 0.75% | 0.76% | - |
| HSV(B) | 332.67º | 0.38% | 0.94% | - |
| XYZ | 56.25 | 44.1 | 54.84 | - |
| YUV | 181.58 | 133.32 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 191 | 0 | 0.37 | 0.20 | 0.06 | 332.67 | 0.75 | 0.76 |
| Hex | F0 | 96 | BF | 0 | 25 | 14 | 6 | 14D | 4B | 4C |
| Octal | 360 | 226 | 277 | 0 | 45 | 24 | 6 | 515 | 113 | 114 |
| Binary | 11110000 | 10010110 | 10111111 | 0 | 100101 | 10100 | 110 | 101001101 | 1001011 | 1001100 |
Color Harmonies of #F096BF
Complementary color
Monochromatic Colors of #F096BF
Black with #F096BF
Text Example
Text Example
White with #F096BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F096BF; }
p { color: rgb(240,150,191); }
H1.HeaderClassName
{
color: #F096BF;
}
.AnyTagClassName
{
color: #F096BF;
}
</style>
background-color css
<style>
a { background-color: #F096BF; }
a { background-color: rgb(240,150,191); }
div.DivClassName
{
background-color: #F096BF;
}
.BgClassName
{
background-color: #F096BF;
}
</style>
border-color css
<style>
span { border-color: #F096BF; }
span { border-color: rgb(240,150,191); }
td.TdClassName
{
border-color: #F096BF;
}
.TagClassName
{
border-color: #F096BF;
}
</style>