Shades of Shocking #F097C8
Tints of Shocking #F097C8
RGB
CMYK
RGB Variations
Color information
#F097C8 (or 0xF097C8) is known color: Shocking. HEX triplet: F0, 97 and C8. RGB value is (240,151,200). Sum of RGB (Red+Green+Blue) = 240+151+200=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 151 (59.38% from 255 or 25.55% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F097C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F097C8 is #0F6837. Grayscale: #B7B7B7. Windows color (decimal): -1009720 or 13146096. OLE color: 13146096.
HSL color Cylindrical-coordinate representation of color #F097C8: hue angle of 326.97º 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 #F097C8 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 200 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.06 |
| HSL | 326.97º | 0.75% | 0.77% | - |
| HSV(B) | 326.97º | 0.37% | 0.94% | - |
| XYZ | 57.43 | 44.83 | 60.27 | - |
| YUV | 183.2 | 137.49 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 200 | 0 | 0.37 | 0.17 | 0.06 | 326.97 | 0.75 | 0.77 |
| Hex | F0 | 97 | C8 | 0 | 25 | 11 | 6 | 147 | 4B | 4D |
| Octal | 360 | 227 | 310 | 0 | 45 | 21 | 6 | 507 | 113 | 115 |
| Binary | 11110000 | 10010111 | 11001000 | 0 | 100101 | 10001 | 110 | 101000111 | 1001011 | 1001101 |
Color Harmonies of #F097C8
Complementary color
Monochromatic Colors of #F097C8
Black with #F097C8
Text Example
Text Example
White with #F097C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F097C8; }
p { color: rgb(240,151,200); }
H1.HeaderClassName
{
color: #F097C8;
}
.AnyTagClassName
{
color: #F097C8;
}
</style>
background-color css
<style>
a { background-color: #F097C8; }
a { background-color: rgb(240,151,200); }
div.DivClassName
{
background-color: #F097C8;
}
.BgClassName
{
background-color: #F097C8;
}
</style>
border-color css
<style>
span { border-color: #F097C8; }
span { border-color: rgb(240,151,200); }
td.TdClassName
{
border-color: #F097C8;
}
.TagClassName
{
border-color: #F097C8;
}
</style>