Shades of Shocking #F09DC6
Tints of Shocking #F09DC6
RGB
CMYK
RGB Variations
Color information
#F09DC6 (or 0xF09DC6) is known color: Shocking. HEX triplet: F0, 9D and C6. RGB value is (240,157,198). Sum of RGB (Red+Green+Blue) = 240+157+198=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DC6 is #0F6239. Grayscale: #BABABA. Windows color (decimal): -1008186 or 13016560. OLE color: 13016560.
HSL color Cylindrical-coordinate representation of color #F09DC6: hue angle of 330.36º 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 #F09DC6 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 198 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.06 |
| HSL | 330.36º | 0.73% | 0.78% | - |
| HSV(B) | 330.36º | 0.35% | 0.94% | - |
| XYZ | 58.19 | 46.72 | 59.38 | - |
| YUV | 186.49 | 134.5 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 198 | 0 | 0.35 | 0.18 | 0.06 | 330.36 | 0.73 | 0.78 |
| Hex | F0 | 9D | C6 | 0 | 23 | 12 | 6 | 14A | 49 | 4E |
| Octal | 360 | 235 | 306 | 0 | 43 | 22 | 6 | 512 | 111 | 116 |
| Binary | 11110000 | 10011101 | 11000110 | 0 | 100011 | 10010 | 110 | 101001010 | 1001001 | 1001110 |
Color Harmonies of #F09DC6
Complementary color
Monochromatic Colors of #F09DC6
Black with #F09DC6
Text Example
Text Example
White with #F09DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09DC6; }
p { color: rgb(240,157,198); }
H1.HeaderClassName
{
color: #F09DC6;
}
.AnyTagClassName
{
color: #F09DC6;
}
</style>
background-color css
<style>
a { background-color: #F09DC6; }
a { background-color: rgb(240,157,198); }
div.DivClassName
{
background-color: #F09DC6;
}
.BgClassName
{
background-color: #F09DC6;
}
</style>
border-color css
<style>
span { border-color: #F09DC6; }
span { border-color: rgb(240,157,198); }
td.TdClassName
{
border-color: #F09DC6;
}
.TagClassName
{
border-color: #F09DC6;
}
</style>