Shades of Shocking #F09CCC
Tints of Shocking #F09CCC
RGB
CMYK
RGB Variations
Color information
#F09CCC (or 0xF09CCC) is known color: Shocking. HEX triplet: F0, 9C and CC. RGB value is (240,156,204). Sum of RGB (Red+Green+Blue) = 240+156+204=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 156 (61.33% from 255 or 26% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CCC is #0F6333. Grayscale: #BABABA. Windows color (decimal): -1008436 or 13409520. OLE color: 13409520.
HSL color Cylindrical-coordinate representation of color #F09CCC: hue angle of 325.71º 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 #F09CCC is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 204 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.06 |
| HSL | 325.71º | 0.74% | 0.78% | - |
| HSV(B) | 325.71º | 0.35% | 0.94% | - |
| XYZ | 58.72 | 46.66 | 63.04 | - |
| YUV | 186.59 | 137.83 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 204 | 0 | 0.35 | 0.15 | 0.06 | 325.71 | 0.74 | 0.78 |
| Hex | F0 | 9C | CC | 0 | 23 | F | 6 | 146 | 4A | 4E |
| Octal | 360 | 234 | 314 | 0 | 43 | 17 | 6 | 506 | 112 | 116 |
| Binary | 11110000 | 10011100 | 11001100 | 0 | 100011 | 1111 | 110 | 101000110 | 1001010 | 1001110 |
Color Harmonies of #F09CCC
Complementary color
Monochromatic Colors of #F09CCC
Black with #F09CCC
Text Example
Text Example
White with #F09CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09CCC; }
p { color: rgb(240,156,204); }
H1.HeaderClassName
{
color: #F09CCC;
}
.AnyTagClassName
{
color: #F09CCC;
}
</style>
background-color css
<style>
a { background-color: #F09CCC; }
a { background-color: rgb(240,156,204); }
div.DivClassName
{
background-color: #F09CCC;
}
.BgClassName
{
background-color: #F09CCC;
}
</style>
border-color css
<style>
span { border-color: #F09CCC; }
span { border-color: rgb(240,156,204); }
td.TdClassName
{
border-color: #F09CCC;
}
.TagClassName
{
border-color: #F09CCC;
}
</style>