Shades of Magenta #FF0CF4
Tints of Magenta #FF0CF4
RGB
CMYK
RGB Variations
Color information
#FF0CF4 (or 0xFF0CF4) is known color: Magenta. HEX triplet: FF, 0C and F4. RGB value is (255,12,244). Sum of RGB (Red+Green+Blue) = 255+12+244=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 12 (5.08% from 255 or 2.35% from 511); Blue value is 244 (95.70% from 255 or 47.75% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0CF4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0CF4 is #00F30B. Grayscale: #6E6E6E. Windows color (decimal): -62220 or 15994111. OLE color: 15994111.
HSL color Cylindrical-coordinate representation of color #FF0CF4: hue angle of 302.72º 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 #FF0CF4 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 244 | - |
| CMYK | 0 | 0.95 | 0.04 | 0 |
| HSL | 302.72º | 1% | 0.52% | - |
| HSV(B) | 302.72º | 0.95% | 1% | - |
| XYZ | 57.7 | 28.05 | 87.96 | - |
| YUV | 111.11 | 203.01 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 244 | 0 | 0.95 | 0.04 | 0 | 302.72 | 1 | 0.52 |
| Hex | FF | C | F4 | 0 | 5F | 4 | 0 | 12F | 64 | 34 |
| Octal | 377 | 14 | 364 | 0 | 137 | 4 | 0 | 457 | 144 | 64 |
| Binary | 11111111 | 1100 | 11110100 | 0 | 1011111 | 100 | 0 | 100101111 | 1100100 | 110100 |
Color Harmonies of #FF0CF4
Complementary color
Monochromatic Colors of #FF0CF4
Black with #FF0CF4
Text Example
Text Example
White with #FF0CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0CF4; }
p { color: rgb(255,12,244); }
H1.HeaderClassName
{
color: #FF0CF4;
}
.AnyTagClassName
{
color: #FF0CF4;
}
</style>
background-color css
<style>
a { background-color: #FF0CF4; }
a { background-color: rgb(255,12,244); }
div.DivClassName
{
background-color: #FF0CF4;
}
.BgClassName
{
background-color: #FF0CF4;
}
</style>
border-color css
<style>
span { border-color: #FF0CF4; }
span { border-color: rgb(255,12,244); }
td.TdClassName
{
border-color: #FF0CF4;
}
.TagClassName
{
border-color: #FF0CF4;
}
</style>