Shades of Shocking #F097BE
Tints of Shocking #F097BE
RGB
CMYK
RGB Variations
Color information
#F097BE (or 0xF097BE) is known color: Shocking. HEX triplet: F0, 97 and BE. RGB value is (240,151,190). Sum of RGB (Red+Green+Blue) = 240+151+190=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 151 (59.38% from 255 or 25.99% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F097BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F097BE is #0F6841. Grayscale: #B5B5B5. Windows color (decimal): -1009730 or 12490736. OLE color: 12490736.
HSL color Cylindrical-coordinate representation of color #F097BE: hue angle of 333.71º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F097BE is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 190 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.06 |
| HSL | 333.71º | 0.75% | 0.77% | - |
| HSV(B) | 333.71º | 0.37% | 0.94% | - |
| XYZ | 56.3 | 44.38 | 54.31 | - |
| YUV | 182.06 | 132.49 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 190 | 0 | 0.37 | 0.21 | 0.06 | 333.71 | 0.75 | 0.77 |
| Hex | F0 | 97 | BE | 0 | 25 | 15 | 6 | 14E | 4B | 4D |
| Octal | 360 | 227 | 276 | 0 | 45 | 25 | 6 | 516 | 113 | 115 |
| Binary | 11110000 | 10010111 | 10111110 | 0 | 100101 | 10101 | 110 | 101001110 | 1001011 | 1001101 |
Color Harmonies of #F097BE
Complementary color
Monochromatic Colors of #F097BE
Black with #F097BE
Text Example
Text Example
White with #F097BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F097BE; }
p { color: rgb(240,151,190); }
H1.HeaderClassName
{
color: #F097BE;
}
.AnyTagClassName
{
color: #F097BE;
}
</style>
background-color css
<style>
a { background-color: #F097BE; }
a { background-color: rgb(240,151,190); }
div.DivClassName
{
background-color: #F097BE;
}
.BgClassName
{
background-color: #F097BE;
}
</style>
border-color css
<style>
span { border-color: #F097BE; }
span { border-color: rgb(240,151,190); }
td.TdClassName
{
border-color: #F097BE;
}
.TagClassName
{
border-color: #F097BE;
}
</style>