Shades of Shocking #F09BC5
Tints of Shocking #F09BC5
RGB
CMYK
RGB Variations
Color information
#F09BC5 (or 0xF09BC5) is known color: Shocking. HEX triplet: F0, 9B and C5. RGB value is (240,155,197). Sum of RGB (Red+Green+Blue) = 240+155+197=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 155 (60.94% from 255 or 26.18% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BC5 is #0F643A. Grayscale: #B9B9B9. Windows color (decimal): -1008699 or 12950512. OLE color: 12950512.
HSL color Cylindrical-coordinate representation of color #F09BC5: hue angle of 330.35º 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 #F09BC5 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 197 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.06 |
| HSL | 330.35º | 0.74% | 0.77% | - |
| HSV(B) | 330.35º | 0.35% | 0.94% | - |
| XYZ | 57.73 | 46 | 58.66 | - |
| YUV | 185.2 | 134.66 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 197 | 0 | 0.35 | 0.18 | 0.06 | 330.35 | 0.74 | 0.77 |
| Hex | F0 | 9B | C5 | 0 | 23 | 12 | 6 | 14A | 4A | 4D |
| Octal | 360 | 233 | 305 | 0 | 43 | 22 | 6 | 512 | 112 | 115 |
| Binary | 11110000 | 10011011 | 11000101 | 0 | 100011 | 10010 | 110 | 101001010 | 1001010 | 1001101 |
Color Harmonies of #F09BC5
Complementary color
Monochromatic Colors of #F09BC5
Black with #F09BC5
Text Example
Text Example
White with #F09BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BC5; }
p { color: rgb(240,155,197); }
H1.HeaderClassName
{
color: #F09BC5;
}
.AnyTagClassName
{
color: #F09BC5;
}
</style>
background-color css
<style>
a { background-color: #F09BC5; }
a { background-color: rgb(240,155,197); }
div.DivClassName
{
background-color: #F09BC5;
}
.BgClassName
{
background-color: #F09BC5;
}
</style>
border-color css
<style>
span { border-color: #F09BC5; }
span { border-color: rgb(240,155,197); }
td.TdClassName
{
border-color: #F09BC5;
}
.TagClassName
{
border-color: #F09BC5;
}
</style>