Shades of Hot Magenta #F00ACC
Tints of Hot Magenta #F00ACC
RGB
CMYK
RGB Variations
Color information
#F00ACC (or 0xF00ACC) is known color: Hot Magenta. HEX triplet: F0, 0A and CC. RGB value is (240,10,204). Sum of RGB (Red+Green+Blue) = 240+10+204=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 10 (4.30% from 255 or 2.20% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F00ACC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00ACC is #0FF533. Grayscale: #646464. Windows color (decimal): -1045812 or 13372144. OLE color: 13372144.
HSL color Cylindrical-coordinate representation of color #F00ACC: hue angle of 309.39º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00ACC is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 204 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.06 |
| HSL | 309.39º | 0.92% | 0.49% | - |
| HSV(B) | 309.39º | 0.96% | 0.94% | - |
| XYZ | 46.94 | 23.1 | 59.11 | - |
| YUV | 100.89 | 186.2 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 204 | 0 | 0.96 | 0.15 | 0.06 | 309.39 | 0.92 | 0.49 |
| Hex | F0 | A | CC | 0 | 60 | F | 6 | 135 | 5C | 31 |
| Octal | 360 | 12 | 314 | 0 | 140 | 17 | 6 | 465 | 134 | 61 |
| Binary | 11110000 | 1010 | 11001100 | 0 | 1100000 | 1111 | 110 | 100110101 | 1011100 | 110001 |
Color Harmonies of #F00ACC
Complementary color
Monochromatic Colors of #F00ACC
Black with #F00ACC
Text Example
Text Example
White with #F00ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00ACC; }
p { color: rgb(240,10,204); }
H1.HeaderClassName
{
color: #F00ACC;
}
.AnyTagClassName
{
color: #F00ACC;
}
</style>
background-color css
<style>
a { background-color: #F00ACC; }
a { background-color: rgb(240,10,204); }
div.DivClassName
{
background-color: #F00ACC;
}
.BgClassName
{
background-color: #F00ACC;
}
</style>
border-color css
<style>
span { border-color: #F00ACC; }
span { border-color: rgb(240,10,204); }
td.TdClassName
{
border-color: #F00ACC;
}
.TagClassName
{
border-color: #F00ACC;
}
</style>