Shades of Shocking #F092BD
Tints of Shocking #F092BD
RGB
CMYK
RGB Variations
Color information
#F092BD (or 0xF092BD) is known color: Shocking. HEX triplet: F0, 92 and BD. RGB value is (240,146,189). Sum of RGB (Red+Green+Blue) = 240+146+189=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 146 (57.42% from 255 or 25.39% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F092BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F092BD is #0F6D42. Grayscale: #B2B2B2. Windows color (decimal): -1011011 or 12423920. OLE color: 12423920.
HSL color Cylindrical-coordinate representation of color #F092BD: hue angle of 332.55º 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 #F092BD is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 189 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.06 |
| HSL | 332.55º | 0.76% | 0.76% | - |
| HSV(B) | 332.55º | 0.39% | 0.94% | - |
| XYZ | 55.4 | 42.76 | 53.48 | - |
| YUV | 179.01 | 133.64 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 189 | 0 | 0.39 | 0.21 | 0.06 | 332.55 | 0.76 | 0.76 |
| Hex | F0 | 92 | BD | 0 | 27 | 15 | 6 | 14D | 4C | 4C |
| Octal | 360 | 222 | 275 | 0 | 47 | 25 | 6 | 515 | 114 | 114 |
| Binary | 11110000 | 10010010 | 10111101 | 0 | 100111 | 10101 | 110 | 101001101 | 1001100 | 1001100 |
Color Harmonies of #F092BD
Complementary color
Monochromatic Colors of #F092BD
Black with #F092BD
Text Example
Text Example
White with #F092BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F092BD; }
p { color: rgb(240,146,189); }
H1.HeaderClassName
{
color: #F092BD;
}
.AnyTagClassName
{
color: #F092BD;
}
</style>
background-color css
<style>
a { background-color: #F092BD; }
a { background-color: rgb(240,146,189); }
div.DivClassName
{
background-color: #F092BD;
}
.BgClassName
{
background-color: #F092BD;
}
</style>
border-color css
<style>
span { border-color: #F092BD; }
span { border-color: rgb(240,146,189); }
td.TdClassName
{
border-color: #F092BD;
}
.TagClassName
{
border-color: #F092BD;
}
</style>