Shades of Shocking #F09DCC
Tints of Shocking #F09DCC
RGB
CMYK
RGB Variations
Color information
#F09DCC (or 0xF09DCC) is known color: Shocking. HEX triplet: F0, 9D and CC. RGB value is (240,157,204). Sum of RGB (Red+Green+Blue) = 240+157+204=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 157 (61.72% from 255 or 26.12% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DCC is #0F6233. Grayscale: #BBBBBB. Windows color (decimal): -1008180 or 13409776. OLE color: 13409776.
HSL color Cylindrical-coordinate representation of color #F09DCC: hue angle of 326.02º degrees, saturation: 0.73, 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 #F09DCC is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 204 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.06 |
| HSL | 326.02º | 0.73% | 0.78% | - |
| HSV(B) | 326.02º | 0.35% | 0.94% | - |
| XYZ | 58.89 | 47 | 63.09 | - |
| YUV | 187.18 | 137.5 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 204 | 0 | 0.35 | 0.15 | 0.06 | 326.02 | 0.73 | 0.78 |
| Hex | F0 | 9D | CC | 0 | 23 | F | 6 | 146 | 49 | 4E |
| Octal | 360 | 235 | 314 | 0 | 43 | 17 | 6 | 506 | 111 | 116 |
| Binary | 11110000 | 10011101 | 11001100 | 0 | 100011 | 1111 | 110 | 101000110 | 1001001 | 1001110 |
Color Harmonies of #F09DCC
Complementary color
Monochromatic Colors of #F09DCC
Black with #F09DCC
Text Example
Text Example
White with #F09DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09DCC; }
p { color: rgb(240,157,204); }
H1.HeaderClassName
{
color: #F09DCC;
}
.AnyTagClassName
{
color: #F09DCC;
}
</style>
background-color css
<style>
a { background-color: #F09DCC; }
a { background-color: rgb(240,157,204); }
div.DivClassName
{
background-color: #F09DCC;
}
.BgClassName
{
background-color: #F09DCC;
}
</style>
border-color css
<style>
span { border-color: #F09DCC; }
span { border-color: rgb(240,157,204); }
td.TdClassName
{
border-color: #F09DCC;
}
.TagClassName
{
border-color: #F09DCC;
}
</style>