Shades of Shocking #F09BC8
Tints of Shocking #F09BC8
RGB
CMYK
RGB Variations
Color information
#F09BC8 (or 0xF09BC8) is known color: Shocking. HEX triplet: F0, 9B and C8. RGB value is (240,155,200). Sum of RGB (Red+Green+Blue) = 240+155+200=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BC8 is #0F6437. Grayscale: #B9B9B9. Windows color (decimal): -1008696 or 13147120. OLE color: 13147120.
HSL color Cylindrical-coordinate representation of color #F09BC8: hue angle of 328.24º 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 #F09BC8 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 200 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.06 |
| HSL | 328.24º | 0.74% | 0.77% | - |
| HSV(B) | 328.24º | 0.35% | 0.94% | - |
| XYZ | 58.08 | 46.14 | 60.49 | - |
| YUV | 185.55 | 136.16 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 200 | 0 | 0.35 | 0.17 | 0.06 | 328.24 | 0.74 | 0.77 |
| Hex | F0 | 9B | C8 | 0 | 23 | 11 | 6 | 148 | 4A | 4D |
| Octal | 360 | 233 | 310 | 0 | 43 | 21 | 6 | 510 | 112 | 115 |
| Binary | 11110000 | 10011011 | 11001000 | 0 | 100011 | 10001 | 110 | 101001000 | 1001010 | 1001101 |
Color Harmonies of #F09BC8
Complementary color
Monochromatic Colors of #F09BC8
Black with #F09BC8
Text Example
Text Example
White with #F09BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BC8; }
p { color: rgb(240,155,200); }
H1.HeaderClassName
{
color: #F09BC8;
}
.AnyTagClassName
{
color: #F09BC8;
}
</style>
background-color css
<style>
a { background-color: #F09BC8; }
a { background-color: rgb(240,155,200); }
div.DivClassName
{
background-color: #F09BC8;
}
.BgClassName
{
background-color: #F09BC8;
}
</style>
border-color css
<style>
span { border-color: #F09BC8; }
span { border-color: rgb(240,155,200); }
td.TdClassName
{
border-color: #F09BC8;
}
.TagClassName
{
border-color: #F09BC8;
}
</style>