Shades of Shocking #F0A4C6
Tints of Shocking #F0A4C6
RGB
CMYK
RGB Variations
Color information
#F0A4C6 (or 0xF0A4C6) is known color: Shocking. HEX triplet: F0, A4 and C6. RGB value is (240,164,198). Sum of RGB (Red+Green+Blue) = 240+164+198=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 164 (64.45% from 255 or 27.24% from 602); Blue value is 198 (77.73% from 255 or 32.89% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A4C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A4C6 is #0F5B39. Grayscale: #BEBEBE. Windows color (decimal): -1006394 or 13018352. OLE color: 13018352.
HSL color Cylindrical-coordinate representation of color #F0A4C6: hue angle of 333.16º 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 #F0A4C6 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 164 | 198 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.06 |
| HSL | 333.16º | 0.72% | 0.79% | - |
| HSV(B) | 333.16º | 0.32% | 0.94% | - |
| XYZ | 59.4 | 49.15 | 59.78 | - |
| YUV | 190.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 164 | 198 | 0 | 0.32 | 0.18 | 0.06 | 333.16 | 0.72 | 0.79 |
| Hex | F0 | A4 | C6 | 0 | 20 | 12 | 6 | 14D | 48 | 4F |
| Octal | 360 | 244 | 306 | 0 | 40 | 22 | 6 | 515 | 110 | 117 |
| Binary | 11110000 | 10100100 | 11000110 | 0 | 100000 | 10010 | 110 | 101001101 | 1001000 | 1001111 |
Color Harmonies of #F0A4C6
Complementary color
Monochromatic Colors of #F0A4C6
Black with #F0A4C6
Text Example
Text Example
White with #F0A4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A4C6; }
p { color: rgb(240,164,198); }
H1.HeaderClassName
{
color: #F0A4C6;
}
.AnyTagClassName
{
color: #F0A4C6;
}
</style>
background-color css
<style>
a { background-color: #F0A4C6; }
a { background-color: rgb(240,164,198); }
div.DivClassName
{
background-color: #F0A4C6;
}
.BgClassName
{
background-color: #F0A4C6;
}
</style>
border-color css
<style>
span { border-color: #F0A4C6; }
span { border-color: rgb(240,164,198); }
td.TdClassName
{
border-color: #F0A4C6;
}
.TagClassName
{
border-color: #F0A4C6;
}
</style>