Shades of Shocking #F095BB
Tints of Shocking #F095BB
RGB
CMYK
RGB Variations
Color information
#F095BB (or 0xF095BB) is known color: Shocking. HEX triplet: F0, 95 and BB. RGB value is (240,149,187). Sum of RGB (Red+Green+Blue) = 240+149+187=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F095BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095BB is #0F6A44. Grayscale: #B4B4B4. Windows color (decimal): -1010245 or 12293616. OLE color: 12293616.
HSL color Cylindrical-coordinate representation of color #F095BB: hue angle of 334.95º 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 #F095BB is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 187 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.06 |
| HSL | 334.95º | 0.75% | 0.76% | - |
| HSV(B) | 334.95º | 0.38% | 0.94% | - |
| XYZ | 55.65 | 43.61 | 52.5 | - |
| YUV | 180.54 | 131.65 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 187 | 0 | 0.38 | 0.22 | 0.06 | 334.95 | 0.75 | 0.76 |
| Hex | F0 | 95 | BB | 0 | 26 | 16 | 6 | 14F | 4B | 4C |
| Octal | 360 | 225 | 273 | 0 | 46 | 26 | 6 | 517 | 113 | 114 |
| Binary | 11110000 | 10010101 | 10111011 | 0 | 100110 | 10110 | 110 | 101001111 | 1001011 | 1001100 |
Color Harmonies of #F095BB
Complementary color
Monochromatic Colors of #F095BB
Black with #F095BB
Text Example
Text Example
White with #F095BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F095BB; }
p { color: rgb(240,149,187); }
H1.HeaderClassName
{
color: #F095BB;
}
.AnyTagClassName
{
color: #F095BB;
}
</style>
background-color css
<style>
a { background-color: #F095BB; }
a { background-color: rgb(240,149,187); }
div.DivClassName
{
background-color: #F095BB;
}
.BgClassName
{
background-color: #F095BB;
}
</style>
border-color css
<style>
span { border-color: #F095BB; }
span { border-color: rgb(240,149,187); }
td.TdClassName
{
border-color: #F095BB;
}
.TagClassName
{
border-color: #F095BB;
}
</style>