Shades of Shocking #F095BC
Tints of Shocking #F095BC
RGB
CMYK
RGB Variations
Color information
#F095BC (or 0xF095BC) is known color: Shocking. HEX triplet: F0, 95 and BC. RGB value is (240,149,188). Sum of RGB (Red+Green+Blue) = 240+149+188=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F095BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095BC is #0F6A43. Grayscale: #B4B4B4. Windows color (decimal): -1010244 or 12359152. OLE color: 12359152.
HSL color Cylindrical-coordinate representation of color #F095BC: hue angle of 334.29º 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 #F095BC is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 188 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.06 |
| HSL | 334.29º | 0.75% | 0.76% | - |
| HSV(B) | 334.29º | 0.38% | 0.94% | - |
| XYZ | 55.76 | 43.65 | 53.06 | - |
| YUV | 180.66 | 132.15 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 188 | 0 | 0.38 | 0.22 | 0.06 | 334.29 | 0.75 | 0.76 |
| Hex | F0 | 95 | BC | 0 | 26 | 16 | 6 | 14E | 4B | 4C |
| Octal | 360 | 225 | 274 | 0 | 46 | 26 | 6 | 516 | 113 | 114 |
| Binary | 11110000 | 10010101 | 10111100 | 0 | 100110 | 10110 | 110 | 101001110 | 1001011 | 1001100 |
Color Harmonies of #F095BC
Complementary color
Monochromatic Colors of #F095BC
Black with #F095BC
Text Example
Text Example
White with #F095BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F095BC; }
p { color: rgb(240,149,188); }
H1.HeaderClassName
{
color: #F095BC;
}
.AnyTagClassName
{
color: #F095BC;
}
</style>
background-color css
<style>
a { background-color: #F095BC; }
a { background-color: rgb(240,149,188); }
div.DivClassName
{
background-color: #F095BC;
}
.BgClassName
{
background-color: #F095BC;
}
</style>
border-color css
<style>
span { border-color: #F095BC; }
span { border-color: rgb(240,149,188); }
td.TdClassName
{
border-color: #F095BC;
}
.TagClassName
{
border-color: #F095BC;
}
</style>