Shades of Shocking #F092BA
Tints of Shocking #F092BA
RGB
CMYK
RGB Variations
Color information
#F092BA (or 0xF092BA) is known color: Shocking. HEX triplet: F0, 92 and BA. RGB value is (240,146,186). Sum of RGB (Red+Green+Blue) = 240+146+186=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F092BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F092BA is #0F6D45. Grayscale: #B2B2B2. Windows color (decimal): -1011014 or 12227312. OLE color: 12227312.
HSL color Cylindrical-coordinate representation of color #F092BA: hue angle of 334.47º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F092BA is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 186 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.06 |
| HSL | 334.47º | 0.76% | 0.76% | - |
| HSV(B) | 334.47º | 0.39% | 0.94% | - |
| XYZ | 55.08 | 42.63 | 51.78 | - |
| YUV | 178.67 | 132.14 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 186 | 0 | 0.39 | 0.22 | 0.06 | 334.47 | 0.76 | 0.76 |
| Hex | F0 | 92 | BA | 0 | 27 | 16 | 6 | 14E | 4C | 4C |
| Octal | 360 | 222 | 272 | 0 | 47 | 26 | 6 | 516 | 114 | 114 |
| Binary | 11110000 | 10010010 | 10111010 | 0 | 100111 | 10110 | 110 | 101001110 | 1001100 | 1001100 |
Color Harmonies of #F092BA
Complementary color
Monochromatic Colors of #F092BA
Black with #F092BA
Text Example
Text Example
White with #F092BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F092BA; }
p { color: rgb(240,146,186); }
H1.HeaderClassName
{
color: #F092BA;
}
.AnyTagClassName
{
color: #F092BA;
}
</style>
background-color css
<style>
a { background-color: #F092BA; }
a { background-color: rgb(240,146,186); }
div.DivClassName
{
background-color: #F092BA;
}
.BgClassName
{
background-color: #F092BA;
}
</style>
border-color css
<style>
span { border-color: #F092BA; }
span { border-color: rgb(240,146,186); }
td.TdClassName
{
border-color: #F092BA;
}
.TagClassName
{
border-color: #F092BA;
}
</style>