Shades of Shocking #F0A3C0
Tints of Shocking #F0A3C0
RGB
CMYK
RGB Variations
Color information
#F0A3C0 (or 0xF0A3C0) is known color: Shocking. HEX triplet: F0, A3 and C0. RGB value is (240,163,192). Sum of RGB (Red+Green+Blue) = 240+163+192=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 163 (64.06% from 255 or 27.39% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A3C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A3C0 is #0F5C3F. Grayscale: #BDBDBD. Windows color (decimal): -1006656 or 12624880. OLE color: 12624880.
HSL color Cylindrical-coordinate representation of color #F0A3C0: hue angle of 337.4º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0A3C0 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 192 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.06 |
| HSL | 337.4º | 0.72% | 0.79% | - |
| HSV(B) | 337.4º | 0.32% | 0.94% | - |
| XYZ | 58.55 | 48.53 | 56.15 | - |
| YUV | 189.33 | 129.51 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 192 | 0 | 0.32 | 0.20 | 0.06 | 337.4 | 0.72 | 0.79 |
| Hex | F0 | A3 | C0 | 0 | 20 | 14 | 6 | 151 | 48 | 4F |
| Octal | 360 | 243 | 300 | 0 | 40 | 24 | 6 | 521 | 110 | 117 |
| Binary | 11110000 | 10100011 | 11000000 | 0 | 100000 | 10100 | 110 | 101010001 | 1001000 | 1001111 |
Color Harmonies of #F0A3C0
Complementary color
Monochromatic Colors of #F0A3C0
Black with #F0A3C0
Text Example
Text Example
White with #F0A3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A3C0; }
p { color: rgb(240,163,192); }
H1.HeaderClassName
{
color: #F0A3C0;
}
.AnyTagClassName
{
color: #F0A3C0;
}
</style>
background-color css
<style>
a { background-color: #F0A3C0; }
a { background-color: rgb(240,163,192); }
div.DivClassName
{
background-color: #F0A3C0;
}
.BgClassName
{
background-color: #F0A3C0;
}
</style>
border-color css
<style>
span { border-color: #F0A3C0; }
span { border-color: rgb(240,163,192); }
td.TdClassName
{
border-color: #F0A3C0;
}
.TagClassName
{
border-color: #F0A3C0;
}
</style>