Shades of Magenta #FF0CF6
Tints of Magenta #FF0CF6
RGB
CMYK
RGB Variations
Color information
#FF0CF6 (or 0xFF0CF6) is known color: Magenta. HEX triplet: FF, 0C and F6. RGB value is (255,12,246). Sum of RGB (Red+Green+Blue) = 255+12+246=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 12 (5.08% from 255 or 2.34% from 513); Blue value is 246 (96.48% from 255 or 47.95% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0CF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0CF6 is #00F309. Grayscale: #6E6E6E. Windows color (decimal): -62218 or 16125183. OLE color: 16125183.
HSL color Cylindrical-coordinate representation of color #FF0CF6: hue angle of 302.22º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0CF6 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 246 | - |
| CMYK | 0 | 0.95 | 0.04 | 0 |
| HSL | 302.22º | 1% | 0.52% | - |
| HSV(B) | 302.22º | 0.95% | 1% | - |
| XYZ | 58.01 | 28.18 | 89.57 | - |
| YUV | 111.33 | 204.01 | 230.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 246 | 0 | 0.95 | 0.04 | 0 | 302.22 | 1 | 0.52 |
| Hex | FF | C | F6 | 0 | 5F | 4 | 0 | 12E | 64 | 34 |
| Octal | 377 | 14 | 366 | 0 | 137 | 4 | 0 | 456 | 144 | 64 |
| Binary | 11111111 | 1100 | 11110110 | 0 | 1011111 | 100 | 0 | 100101110 | 1100100 | 110100 |
Color Harmonies of #FF0CF6
Complementary color
Monochromatic Colors of #FF0CF6
Black with #FF0CF6
Text Example
Text Example
White with #FF0CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0CF6; }
p { color: rgb(255,12,246); }
H1.HeaderClassName
{
color: #FF0CF6;
}
.AnyTagClassName
{
color: #FF0CF6;
}
</style>
background-color css
<style>
a { background-color: #FF0CF6; }
a { background-color: rgb(255,12,246); }
div.DivClassName
{
background-color: #FF0CF6;
}
.BgClassName
{
background-color: #FF0CF6;
}
</style>
border-color css
<style>
span { border-color: #FF0CF6; }
span { border-color: rgb(255,12,246); }
td.TdClassName
{
border-color: #FF0CF6;
}
.TagClassName
{
border-color: #FF0CF6;
}
</style>