Shades of Shocking #F09BC6
Tints of Shocking #F09BC6
RGB
CMYK
RGB Variations
Color information
#F09BC6 (or 0xF09BC6) is known color: Shocking. HEX triplet: F0, 9B and C6. RGB value is (240,155,198). Sum of RGB (Red+Green+Blue) = 240+155+198=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BC6 is #0F6439. Grayscale: #B9B9B9. Windows color (decimal): -1008698 or 13016048. OLE color: 13016048.
HSL color Cylindrical-coordinate representation of color #F09BC6: hue angle of 329.65º 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 #F09BC6 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 198 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.06 |
| HSL | 329.65º | 0.74% | 0.77% | - |
| HSV(B) | 329.65º | 0.35% | 0.94% | - |
| XYZ | 57.85 | 46.05 | 59.26 | - |
| YUV | 185.32 | 135.16 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 198 | 0 | 0.35 | 0.18 | 0.06 | 329.65 | 0.74 | 0.77 |
| Hex | F0 | 9B | C6 | 0 | 23 | 12 | 6 | 14A | 4A | 4D |
| Octal | 360 | 233 | 306 | 0 | 43 | 22 | 6 | 512 | 112 | 115 |
| Binary | 11110000 | 10011011 | 11000110 | 0 | 100011 | 10010 | 110 | 101001010 | 1001010 | 1001101 |
Color Harmonies of #F09BC6
Complementary color
Monochromatic Colors of #F09BC6
Black with #F09BC6
Text Example
Text Example
White with #F09BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BC6; }
p { color: rgb(240,155,198); }
H1.HeaderClassName
{
color: #F09BC6;
}
.AnyTagClassName
{
color: #F09BC6;
}
</style>
background-color css
<style>
a { background-color: #F09BC6; }
a { background-color: rgb(240,155,198); }
div.DivClassName
{
background-color: #F09BC6;
}
.BgClassName
{
background-color: #F09BC6;
}
</style>
border-color css
<style>
span { border-color: #F09BC6; }
span { border-color: rgb(240,155,198); }
td.TdClassName
{
border-color: #F09BC6;
}
.TagClassName
{
border-color: #F09BC6;
}
</style>