Shades of Shocking #F09ACD
Tints of Shocking #F09ACD
RGB
CMYK
RGB Variations
Color information
#F09ACD (or 0xF09ACD) is known color: Shocking. HEX triplet: F0, 9A and CD. RGB value is (240,154,205). Sum of RGB (Red+Green+Blue) = 240+154+205=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 154 (60.55% from 255 or 25.71% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F09ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09ACD is #0F6532. Grayscale: #B9B9B9. Windows color (decimal): -1008947 or 13474544. OLE color: 13474544.
HSL color Cylindrical-coordinate representation of color #F09ACD: hue angle of 324.42º 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 #F09ACD is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 205 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.06 |
| HSL | 324.42º | 0.74% | 0.77% | - |
| HSV(B) | 324.42º | 0.36% | 0.94% | - |
| XYZ | 58.51 | 46.04 | 63.56 | - |
| YUV | 185.53 | 138.99 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 205 | 0 | 0.36 | 0.15 | 0.06 | 324.42 | 0.74 | 0.77 |
| Hex | F0 | 9A | CD | 0 | 24 | F | 6 | 144 | 4A | 4D |
| Octal | 360 | 232 | 315 | 0 | 44 | 17 | 6 | 504 | 112 | 115 |
| Binary | 11110000 | 10011010 | 11001101 | 0 | 100100 | 1111 | 110 | 101000100 | 1001010 | 1001101 |
Color Harmonies of #F09ACD
Complementary color
Monochromatic Colors of #F09ACD
Black with #F09ACD
Text Example
Text Example
White with #F09ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09ACD; }
p { color: rgb(240,154,205); }
H1.HeaderClassName
{
color: #F09ACD;
}
.AnyTagClassName
{
color: #F09ACD;
}
</style>
background-color css
<style>
a { background-color: #F09ACD; }
a { background-color: rgb(240,154,205); }
div.DivClassName
{
background-color: #F09ACD;
}
.BgClassName
{
background-color: #F09ACD;
}
</style>
border-color css
<style>
span { border-color: #F09ACD; }
span { border-color: rgb(240,154,205); }
td.TdClassName
{
border-color: #F09ACD;
}
.TagClassName
{
border-color: #F09ACD;
}
</style>