Shades of Shocking #F097C5
Tints of Shocking #F097C5
RGB
CMYK
RGB Variations
Color information
#F097C5 (or 0xF097C5) is known color: Shocking. HEX triplet: F0, 97 and C5. RGB value is (240,151,197). Sum of RGB (Red+Green+Blue) = 240+151+197=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 151 (59.38% from 255 or 25.68% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F097C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F097C5 is #0F683A. Grayscale: #B6B6B6. Windows color (decimal): -1009723 or 12949488. OLE color: 12949488.
HSL color Cylindrical-coordinate representation of color #F097C5: hue angle of 328.99º 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 #F097C5 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 197 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.06 |
| HSL | 328.99º | 0.75% | 0.77% | - |
| HSV(B) | 328.99º | 0.37% | 0.94% | - |
| XYZ | 57.08 | 44.69 | 58.44 | - |
| YUV | 182.86 | 135.99 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 197 | 0 | 0.37 | 0.18 | 0.06 | 328.99 | 0.75 | 0.77 |
| Hex | F0 | 97 | C5 | 0 | 25 | 12 | 6 | 149 | 4B | 4D |
| Octal | 360 | 227 | 305 | 0 | 45 | 22 | 6 | 511 | 113 | 115 |
| Binary | 11110000 | 10010111 | 11000101 | 0 | 100101 | 10010 | 110 | 101001001 | 1001011 | 1001101 |
Color Harmonies of #F097C5
Complementary color
Monochromatic Colors of #F097C5
Black with #F097C5
Text Example
Text Example
White with #F097C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F097C5; }
p { color: rgb(240,151,197); }
H1.HeaderClassName
{
color: #F097C5;
}
.AnyTagClassName
{
color: #F097C5;
}
</style>
background-color css
<style>
a { background-color: #F097C5; }
a { background-color: rgb(240,151,197); }
div.DivClassName
{
background-color: #F097C5;
}
.BgClassName
{
background-color: #F097C5;
}
</style>
border-color css
<style>
span { border-color: #F097C5; }
span { border-color: rgb(240,151,197); }
td.TdClassName
{
border-color: #F097C5;
}
.TagClassName
{
border-color: #F097C5;
}
</style>