Shades of Shocking #F097BD
Tints of Shocking #F097BD
RGB
CMYK
RGB Variations
Color information
#F097BD (or 0xF097BD) is known color: Shocking. HEX triplet: F0, 97 and BD. RGB value is (240,151,189). Sum of RGB (Red+Green+Blue) = 240+151+189=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 151 (59.38% from 255 or 26.03% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F097BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F097BD is #0F6842. Grayscale: #B5B5B5. Windows color (decimal): -1009731 or 12425200. OLE color: 12425200.
HSL color Cylindrical-coordinate representation of color #F097BD: hue angle of 334.38º 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 #F097BD is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 189 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.06 |
| HSL | 334.38º | 0.75% | 0.77% | - |
| HSV(B) | 334.38º | 0.37% | 0.94% | - |
| XYZ | 56.19 | 44.33 | 53.74 | - |
| YUV | 181.94 | 131.99 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 189 | 0 | 0.37 | 0.21 | 0.06 | 334.38 | 0.75 | 0.77 |
| Hex | F0 | 97 | BD | 0 | 25 | 15 | 6 | 14E | 4B | 4D |
| Octal | 360 | 227 | 275 | 0 | 45 | 25 | 6 | 516 | 113 | 115 |
| Binary | 11110000 | 10010111 | 10111101 | 0 | 100101 | 10101 | 110 | 101001110 | 1001011 | 1001101 |
Color Harmonies of #F097BD
Complementary color
Monochromatic Colors of #F097BD
Black with #F097BD
Text Example
Text Example
White with #F097BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F097BD; }
p { color: rgb(240,151,189); }
H1.HeaderClassName
{
color: #F097BD;
}
.AnyTagClassName
{
color: #F097BD;
}
</style>
background-color css
<style>
a { background-color: #F097BD; }
a { background-color: rgb(240,151,189); }
div.DivClassName
{
background-color: #F097BD;
}
.BgClassName
{
background-color: #F097BD;
}
</style>
border-color css
<style>
span { border-color: #F097BD; }
span { border-color: rgb(240,151,189); }
td.TdClassName
{
border-color: #F097BD;
}
.TagClassName
{
border-color: #F097BD;
}
</style>