Shades of Shocking #F09FC9
Tints of Shocking #F09FC9
RGB
CMYK
RGB Variations
Color information
#F09FC9 (or 0xF09FC9) is known color: Shocking. HEX triplet: F0, 9F and C9. RGB value is (240,159,201). Sum of RGB (Red+Green+Blue) = 240+159+201=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 201 (78.91% from 255 or 33.5% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09FC9 is #0F6036. Grayscale: #BBBBBB. Windows color (decimal): -1007671 or 13213680. OLE color: 13213680.
HSL color Cylindrical-coordinate representation of color #F09FC9: hue angle of 328.89º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F09FC9 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 201 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.06 |
| HSL | 328.89º | 0.73% | 0.78% | - |
| HSV(B) | 328.89º | 0.34% | 0.94% | - |
| XYZ | 58.88 | 47.54 | 61.33 | - |
| YUV | 188.01 | 135.34 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 201 | 0 | 0.34 | 0.16 | 0.06 | 328.89 | 0.73 | 0.78 |
| Hex | F0 | 9F | C9 | 0 | 22 | 10 | 6 | 149 | 49 | 4E |
| Octal | 360 | 237 | 311 | 0 | 42 | 20 | 6 | 511 | 111 | 116 |
| Binary | 11110000 | 10011111 | 11001001 | 0 | 100010 | 10000 | 110 | 101001001 | 1001001 | 1001110 |
Color Harmonies of #F09FC9
Complementary color
Monochromatic Colors of #F09FC9
Black with #F09FC9
Text Example
Text Example
White with #F09FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09FC9; }
p { color: rgb(240,159,201); }
H1.HeaderClassName
{
color: #F09FC9;
}
.AnyTagClassName
{
color: #F09FC9;
}
</style>
background-color css
<style>
a { background-color: #F09FC9; }
a { background-color: rgb(240,159,201); }
div.DivClassName
{
background-color: #F09FC9;
}
.BgClassName
{
background-color: #F09FC9;
}
</style>
border-color css
<style>
span { border-color: #F09FC9; }
span { border-color: rgb(240,159,201); }
td.TdClassName
{
border-color: #F09FC9;
}
.TagClassName
{
border-color: #F09FC9;
}
</style>