Shades of Shocking #F09DC9
Tints of Shocking #F09DC9
RGB
CMYK
RGB Variations
Color information
#F09DC9 (or 0xF09DC9) is known color: Shocking. HEX triplet: F0, 9D and C9. RGB value is (240,157,201). Sum of RGB (Red+Green+Blue) = 240+157+201=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 157 (61.72% from 255 or 26.25% from 598); Blue value is 201 (78.91% from 255 or 33.61% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DC9 is #0F6236. Grayscale: #BABABA. Windows color (decimal): -1008183 or 13213168. OLE color: 13213168.
HSL color Cylindrical-coordinate representation of color #F09DC9: hue angle of 328.19º 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 #F09DC9 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 201 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.06 |
| HSL | 328.19º | 0.73% | 0.78% | - |
| HSV(B) | 328.19º | 0.35% | 0.94% | - |
| XYZ | 58.53 | 46.86 | 61.22 | - |
| YUV | 186.83 | 136 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 201 | 0 | 0.35 | 0.16 | 0.06 | 328.19 | 0.73 | 0.78 |
| Hex | F0 | 9D | C9 | 0 | 23 | 10 | 6 | 148 | 49 | 4E |
| Octal | 360 | 235 | 311 | 0 | 43 | 20 | 6 | 510 | 111 | 116 |
| Binary | 11110000 | 10011101 | 11001001 | 0 | 100011 | 10000 | 110 | 101001000 | 1001001 | 1001110 |
Color Harmonies of #F09DC9
Complementary color
Monochromatic Colors of #F09DC9
Black with #F09DC9
Text Example
Text Example
White with #F09DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09DC9; }
p { color: rgb(240,157,201); }
H1.HeaderClassName
{
color: #F09DC9;
}
.AnyTagClassName
{
color: #F09DC9;
}
</style>
background-color css
<style>
a { background-color: #F09DC9; }
a { background-color: rgb(240,157,201); }
div.DivClassName
{
background-color: #F09DC9;
}
.BgClassName
{
background-color: #F09DC9;
}
</style>
border-color css
<style>
span { border-color: #F09DC9; }
span { border-color: rgb(240,157,201); }
td.TdClassName
{
border-color: #F09DC9;
}
.TagClassName
{
border-color: #F09DC9;
}
</style>