Shades of Shocking #F091BC
Tints of Shocking #F091BC
RGB
CMYK
RGB Variations
Color information
#F091BC (or 0xF091BC) is known color: Shocking. HEX triplet: F0, 91 and BC. RGB value is (240,145,188). Sum of RGB (Red+Green+Blue) = 240+145+188=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 145 (57.03% from 255 or 25.31% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F091BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F091BC is #0F6E43. Grayscale: #B2B2B2. Windows color (decimal): -1011268 or 12358128. OLE color: 12358128.
HSL color Cylindrical-coordinate representation of color #F091BC: hue angle of 332.84º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F091BC is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 188 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.06 |
| HSL | 332.84º | 0.76% | 0.75% | - |
| HSV(B) | 332.84º | 0.4% | 0.94% | - |
| XYZ | 55.14 | 42.41 | 52.86 | - |
| YUV | 178.31 | 133.47 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 188 | 0 | 0.40 | 0.22 | 0.06 | 332.84 | 0.76 | 0.75 |
| Hex | F0 | 91 | BC | 0 | 28 | 16 | 6 | 14D | 4C | 4B |
| Octal | 360 | 221 | 274 | 0 | 50 | 26 | 6 | 515 | 114 | 113 |
| Binary | 11110000 | 10010001 | 10111100 | 0 | 101000 | 10110 | 110 | 101001101 | 1001100 | 1001011 |
Color Harmonies of #F091BC
Complementary color
Monochromatic Colors of #F091BC
Black with #F091BC
Text Example
Text Example
White with #F091BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F091BC; }
p { color: rgb(240,145,188); }
H1.HeaderClassName
{
color: #F091BC;
}
.AnyTagClassName
{
color: #F091BC;
}
</style>
background-color css
<style>
a { background-color: #F091BC; }
a { background-color: rgb(240,145,188); }
div.DivClassName
{
background-color: #F091BC;
}
.BgClassName
{
background-color: #F091BC;
}
</style>
border-color css
<style>
span { border-color: #F091BC; }
span { border-color: rgb(240,145,188); }
td.TdClassName
{
border-color: #F091BC;
}
.TagClassName
{
border-color: #F091BC;
}
</style>