Shades of Shocking #F09CC6
Tints of Shocking #F09CC6
RGB
CMYK
RGB Variations
Color information
#F09CC6 (or 0xF09CC6) is known color: Shocking. HEX triplet: F0, 9C and C6. RGB value is (240,156,198). Sum of RGB (Red+Green+Blue) = 240+156+198=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CC6 is #0F6339. Grayscale: #B9B9B9. Windows color (decimal): -1008442 or 13016304. OLE color: 13016304.
HSL color Cylindrical-coordinate representation of color #F09CC6: hue angle of 330º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09CC6 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 198 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.06 |
| HSL | 330º | 0.74% | 0.78% | - |
| HSV(B) | 330º | 0.35% | 0.94% | - |
| XYZ | 58.02 | 46.38 | 59.32 | - |
| YUV | 185.9 | 134.83 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 198 | 0 | 0.35 | 0.18 | 0.06 | 330 | 0.74 | 0.78 |
| Hex | F0 | 9C | C6 | 0 | 23 | 12 | 6 | 14A | 4A | 4E |
| Octal | 360 | 234 | 306 | 0 | 43 | 22 | 6 | 512 | 112 | 116 |
| Binary | 11110000 | 10011100 | 11000110 | 0 | 100011 | 10010 | 110 | 101001010 | 1001010 | 1001110 |
Color Harmonies of #F09CC6
Complementary color
Monochromatic Colors of #F09CC6
Black with #F09CC6
Text Example
Text Example
White with #F09CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09CC6; }
p { color: rgb(240,156,198); }
H1.HeaderClassName
{
color: #F09CC6;
}
.AnyTagClassName
{
color: #F09CC6;
}
</style>
background-color css
<style>
a { background-color: #F09CC6; }
a { background-color: rgb(240,156,198); }
div.DivClassName
{
background-color: #F09CC6;
}
.BgClassName
{
background-color: #F09CC6;
}
</style>
border-color css
<style>
span { border-color: #F09CC6; }
span { border-color: rgb(240,156,198); }
td.TdClassName
{
border-color: #F09CC6;
}
.TagClassName
{
border-color: #F09CC6;
}
</style>