Shades of Shocking #F09DC0
Tints of Shocking #F09DC0
RGB
CMYK
RGB Variations
Color information
#F09DC0 (or 0xF09DC0) is known color: Shocking. HEX triplet: F0, 9D and C0. RGB value is (240,157,192). Sum of RGB (Red+Green+Blue) = 240+157+192=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DC0 is #0F623F. Grayscale: #B9B9B9. Windows color (decimal): -1008192 or 12623344. OLE color: 12623344.
HSL color Cylindrical-coordinate representation of color #F09DC0: hue angle of 334.7º 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 #F09DC0 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 192 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.06 |
| HSL | 334.7º | 0.73% | 0.78% | - |
| HSV(B) | 334.7º | 0.35% | 0.94% | - |
| XYZ | 57.51 | 46.44 | 55.8 | - |
| YUV | 185.81 | 131.5 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 192 | 0 | 0.35 | 0.20 | 0.06 | 334.7 | 0.73 | 0.78 |
| Hex | F0 | 9D | C0 | 0 | 23 | 14 | 6 | 14F | 49 | 4E |
| Octal | 360 | 235 | 300 | 0 | 43 | 24 | 6 | 517 | 111 | 116 |
| Binary | 11110000 | 10011101 | 11000000 | 0 | 100011 | 10100 | 110 | 101001111 | 1001001 | 1001110 |
Color Harmonies of #F09DC0
Complementary color
Monochromatic Colors of #F09DC0
Black with #F09DC0
Text Example
Text Example
White with #F09DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09DC0; }
p { color: rgb(240,157,192); }
H1.HeaderClassName
{
color: #F09DC0;
}
.AnyTagClassName
{
color: #F09DC0;
}
</style>
background-color css
<style>
a { background-color: #F09DC0; }
a { background-color: rgb(240,157,192); }
div.DivClassName
{
background-color: #F09DC0;
}
.BgClassName
{
background-color: #F09DC0;
}
</style>
border-color css
<style>
span { border-color: #F09DC0; }
span { border-color: rgb(240,157,192); }
td.TdClassName
{
border-color: #F09DC0;
}
.TagClassName
{
border-color: #F09DC0;
}
</style>