Shades of Shocking #F09BC0
Tints of Shocking #F09BC0
RGB
CMYK
RGB Variations
Color information
#F09BC0 (or 0xF09BC0) is known color: Shocking. HEX triplet: F0, 9B and C0. RGB value is (240,155,192). Sum of RGB (Red+Green+Blue) = 240+155+192=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 155 (60.94% from 255 or 26.41% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BC0 is #0F643F. Grayscale: #B8B8B8. Windows color (decimal): -1008704 or 12622832. OLE color: 12622832.
HSL color Cylindrical-coordinate representation of color #F09BC0: hue angle of 333.88º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09BC0 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 192 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.06 |
| HSL | 333.88º | 0.74% | 0.77% | - |
| HSV(B) | 333.88º | 0.35% | 0.94% | - |
| XYZ | 57.17 | 45.77 | 55.69 | - |
| YUV | 184.63 | 132.16 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 192 | 0 | 0.35 | 0.20 | 0.06 | 333.88 | 0.74 | 0.77 |
| Hex | F0 | 9B | C0 | 0 | 23 | 14 | 6 | 14E | 4A | 4D |
| Octal | 360 | 233 | 300 | 0 | 43 | 24 | 6 | 516 | 112 | 115 |
| Binary | 11110000 | 10011011 | 11000000 | 0 | 100011 | 10100 | 110 | 101001110 | 1001010 | 1001101 |
Color Harmonies of #F09BC0
Complementary color
Monochromatic Colors of #F09BC0
Black with #F09BC0
Text Example
Text Example
White with #F09BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BC0; }
p { color: rgb(240,155,192); }
H1.HeaderClassName
{
color: #F09BC0;
}
.AnyTagClassName
{
color: #F09BC0;
}
</style>
background-color css
<style>
a { background-color: #F09BC0; }
a { background-color: rgb(240,155,192); }
div.DivClassName
{
background-color: #F09BC0;
}
.BgClassName
{
background-color: #F09BC0;
}
</style>
border-color css
<style>
span { border-color: #F09BC0; }
span { border-color: rgb(240,155,192); }
td.TdClassName
{
border-color: #F09BC0;
}
.TagClassName
{
border-color: #F09BC0;
}
</style>