Shades of Shocking #F095B9
Tints of Shocking #F095B9
RGB
CMYK
RGB Variations
Color information
#F095B9 (or 0xF095B9) is known color: Shocking. HEX triplet: F0, 95 and B9. RGB value is (240,149,185). Sum of RGB (Red+Green+Blue) = 240+149+185=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F095B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095B9 is #0F6A46. Grayscale: #B4B4B4. Windows color (decimal): -1010247 or 12162544. OLE color: 12162544.
HSL color Cylindrical-coordinate representation of color #F095B9: hue angle of 336.26º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F095B9 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 185 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.06 |
| HSL | 336.26º | 0.75% | 0.76% | - |
| HSV(B) | 336.26º | 0.38% | 0.94% | - |
| XYZ | 55.44 | 43.52 | 51.38 | - |
| YUV | 180.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 185 | 0 | 0.38 | 0.23 | 0.06 | 336.26 | 0.75 | 0.76 |
| Hex | F0 | 95 | B9 | 0 | 26 | 17 | 6 | 150 | 4B | 4C |
| Octal | 360 | 225 | 271 | 0 | 46 | 27 | 6 | 520 | 113 | 114 |
| Binary | 11110000 | 10010101 | 10111001 | 0 | 100110 | 10111 | 110 | 101010000 | 1001011 | 1001100 |
Color Harmonies of #F095B9
Complementary color
Monochromatic Colors of #F095B9
Black with #F095B9
Text Example
Text Example
White with #F095B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F095B9; }
p { color: rgb(240,149,185); }
H1.HeaderClassName
{
color: #F095B9;
}
.AnyTagClassName
{
color: #F095B9;
}
</style>
background-color css
<style>
a { background-color: #F095B9; }
a { background-color: rgb(240,149,185); }
div.DivClassName
{
background-color: #F095B9;
}
.BgClassName
{
background-color: #F095B9;
}
</style>
border-color css
<style>
span { border-color: #F095B9; }
span { border-color: rgb(240,149,185); }
td.TdClassName
{
border-color: #F095B9;
}
.TagClassName
{
border-color: #F095B9;
}
</style>