Shades of Magenta #FF01F2
Tints of Magenta #FF01F2
RGB
CMYK
RGB Variations
Color information
#FF01F2 (or 0xFF01F2) is known color: Magenta. HEX triplet: FF, 01 and F2. RGB value is (255,1,242). Sum of RGB (Red+Green+Blue) = 255+1+242=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 1 (0.78% from 255 or 0.20% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF01F2 is #00FE0D. Grayscale: #676767. Windows color (decimal): -65038 or 15860223. OLE color: 15860223.
HSL color Cylindrical-coordinate representation of color #FF01F2: hue angle of 303.07º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF01F2 is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 242 | - |
| CMYK | 0 | 1.00 | 0.05 | 0 |
| HSL | 303.07º | 1% | 0.5% | - |
| HSV(B) | 303.07º | 1% | 1% | - |
| XYZ | 57.28 | 27.69 | 86.33 | - |
| YUV | 104.42 | 205.65 | 235.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 242 | 0 | 1.00 | 0.05 | 0 | 303.07 | 1 | 0.5 |
| Hex | FF | 1 | F2 | 0 | 64 | 5 | 0 | 12F | 64 | 32 |
| Octal | 377 | 1 | 362 | 0 | 144 | 5 | 0 | 457 | 144 | 62 |
| Binary | 11111111 | 1 | 11110010 | 0 | 1100100 | 101 | 0 | 100101111 | 1100100 | 110010 |
Color Harmonies of #FF01F2
Complementary color
Monochromatic Colors of #FF01F2
Black with #FF01F2
Text Example
Text Example
White with #FF01F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF01F2; }
p { color: rgb(255,1,242); }
H1.HeaderClassName
{
color: #FF01F2;
}
.AnyTagClassName
{
color: #FF01F2;
}
</style>
background-color css
<style>
a { background-color: #FF01F2; }
a { background-color: rgb(255,1,242); }
div.DivClassName
{
background-color: #FF01F2;
}
.BgClassName
{
background-color: #FF01F2;
}
</style>
border-color css
<style>
span { border-color: #FF01F2; }
span { border-color: rgb(255,1,242); }
td.TdClassName
{
border-color: #FF01F2;
}
.TagClassName
{
border-color: #FF01F2;
}
</style>