Shades of Magenta #FF0CF1
Tints of Magenta #FF0CF1
RGB
CMYK
RGB Variations
Color information
#FF0CF1 (or 0xFF0CF1) is known color: Magenta. HEX triplet: FF, 0C and F1. RGB value is (255,12,241). Sum of RGB (Red+Green+Blue) = 255+12+241=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 12 (5.08% from 255 or 2.36% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0CF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0CF1 is #00F30E. Grayscale: #6E6E6E. Windows color (decimal): -62223 or 15797503. OLE color: 15797503.
HSL color Cylindrical-coordinate representation of color #FF0CF1: hue angle of 303.46º 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 #FF0CF1 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 241 | - |
| CMYK | 0 | 0.95 | 0.05 | 0 |
| HSL | 303.46º | 1% | 0.52% | - |
| HSV(B) | 303.46º | 0.95% | 1% | - |
| XYZ | 57.25 | 27.87 | 85.58 | - |
| YUV | 110.76 | 201.51 | 230.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 241 | 0 | 0.95 | 0.05 | 0 | 303.46 | 1 | 0.52 |
| Hex | FF | C | F1 | 0 | 5F | 5 | 0 | 12F | 64 | 34 |
| Octal | 377 | 14 | 361 | 0 | 137 | 5 | 0 | 457 | 144 | 64 |
| Binary | 11111111 | 1100 | 11110001 | 0 | 1011111 | 101 | 0 | 100101111 | 1100100 | 110100 |
Color Harmonies of #FF0CF1
Complementary color
Monochromatic Colors of #FF0CF1
Black with #FF0CF1
Text Example
Text Example
White with #FF0CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0CF1; }
p { color: rgb(255,12,241); }
H1.HeaderClassName
{
color: #FF0CF1;
}
.AnyTagClassName
{
color: #FF0CF1;
}
</style>
background-color css
<style>
a { background-color: #FF0CF1; }
a { background-color: rgb(255,12,241); }
div.DivClassName
{
background-color: #FF0CF1;
}
.BgClassName
{
background-color: #FF0CF1;
}
</style>
border-color css
<style>
span { border-color: #FF0CF1; }
span { border-color: rgb(255,12,241); }
td.TdClassName
{
border-color: #FF0CF1;
}
.TagClassName
{
border-color: #FF0CF1;
}
</style>