Shades of Shocking #F09ACE
Tints of Shocking #F09ACE
RGB
CMYK
RGB Variations
Color information
#F09ACE (or 0xF09ACE) is known color: Shocking. HEX triplet: F0, 9A and CE. RGB value is (240,154,206). Sum of RGB (Red+Green+Blue) = 240+154+206=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 154 (60.55% from 255 or 25.67% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F09ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09ACE is #0F6531. Grayscale: #B9B9B9. Windows color (decimal): -1008946 or 13540080. OLE color: 13540080.
HSL color Cylindrical-coordinate representation of color #F09ACE: hue angle of 323.72º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F09ACE is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 206 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.06 |
| HSL | 323.72º | 0.74% | 0.77% | - |
| HSV(B) | 323.72º | 0.36% | 0.94% | - |
| XYZ | 58.63 | 46.09 | 64.2 | - |
| YUV | 185.64 | 139.49 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 206 | 0 | 0.36 | 0.14 | 0.06 | 323.72 | 0.74 | 0.77 |
| Hex | F0 | 9A | CE | 0 | 24 | E | 6 | 144 | 4A | 4D |
| Octal | 360 | 232 | 316 | 0 | 44 | 16 | 6 | 504 | 112 | 115 |
| Binary | 11110000 | 10011010 | 11001110 | 0 | 100100 | 1110 | 110 | 101000100 | 1001010 | 1001101 |
Color Harmonies of #F09ACE
Complementary color
Monochromatic Colors of #F09ACE
Black with #F09ACE
Text Example
Text Example
White with #F09ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09ACE; }
p { color: rgb(240,154,206); }
H1.HeaderClassName
{
color: #F09ACE;
}
.AnyTagClassName
{
color: #F09ACE;
}
</style>
background-color css
<style>
a { background-color: #F09ACE; }
a { background-color: rgb(240,154,206); }
div.DivClassName
{
background-color: #F09ACE;
}
.BgClassName
{
background-color: #F09ACE;
}
</style>
border-color css
<style>
span { border-color: #F09ACE; }
span { border-color: rgb(240,154,206); }
td.TdClassName
{
border-color: #F09ACE;
}
.TagClassName
{
border-color: #F09ACE;
}
</style>