Shades of Shocking #F097CE
Tints of Shocking #F097CE
RGB
CMYK
RGB Variations
Color information
#F097CE (or 0xF097CE) is known color: Shocking. HEX triplet: F0, 97 and CE. RGB value is (240,151,206). Sum of RGB (Red+Green+Blue) = 240+151+206=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 151 (59.38% from 255 or 25.29% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F097CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F097CE is #0F6831. Grayscale: #B7B7B7. Windows color (decimal): -1009714 or 13539312. OLE color: 13539312.
HSL color Cylindrical-coordinate representation of color #F097CE: hue angle of 322.92º 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 #F097CE is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 206 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.06 |
| HSL | 322.92º | 0.75% | 0.77% | - |
| HSV(B) | 322.92º | 0.37% | 0.94% | - |
| XYZ | 58.14 | 45.11 | 64.04 | - |
| YUV | 183.88 | 140.49 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 206 | 0 | 0.37 | 0.14 | 0.06 | 322.92 | 0.75 | 0.77 |
| Hex | F0 | 97 | CE | 0 | 25 | E | 6 | 143 | 4B | 4D |
| Octal | 360 | 227 | 316 | 0 | 45 | 16 | 6 | 503 | 113 | 115 |
| Binary | 11110000 | 10010111 | 11001110 | 0 | 100101 | 1110 | 110 | 101000011 | 1001011 | 1001101 |
Color Harmonies of #F097CE
Complementary color
Monochromatic Colors of #F097CE
Black with #F097CE
Text Example
Text Example
White with #F097CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F097CE; }
p { color: rgb(240,151,206); }
H1.HeaderClassName
{
color: #F097CE;
}
.AnyTagClassName
{
color: #F097CE;
}
</style>
background-color css
<style>
a { background-color: #F097CE; }
a { background-color: rgb(240,151,206); }
div.DivClassName
{
background-color: #F097CE;
}
.BgClassName
{
background-color: #F097CE;
}
</style>
border-color css
<style>
span { border-color: #F097CE; }
span { border-color: rgb(240,151,206); }
td.TdClassName
{
border-color: #F097CE;
}
.TagClassName
{
border-color: #F097CE;
}
</style>