Shades of Magenta #FF05F2
Tints of Magenta #FF05F2
RGB
CMYK
RGB Variations
Color information
#FF05F2 (or 0xFF05F2) is known color: Magenta. HEX triplet: FF, 05 and F2. RGB value is (255,5,242). Sum of RGB (Red+Green+Blue) = 255+5+242=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 5 (2.34% from 255 or 1.00% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF05F2 is #00FA0D. Grayscale: #6A6A6A. Windows color (decimal): -64014 or 15861247. OLE color: 15861247.
HSL color Cylindrical-coordinate representation of color #FF05F2: hue angle of 303.12º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF05F2 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 242 | - |
| CMYK | 0 | 0.98 | 0.05 | 0 |
| HSL | 303.12º | 1% | 0.51% | - |
| HSV(B) | 303.12º | 0.98% | 1% | - |
| XYZ | 57.32 | 27.78 | 86.35 | - |
| YUV | 106.77 | 204.33 | 233.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 242 | 0 | 0.98 | 0.05 | 0 | 303.12 | 1 | 0.51 |
| Hex | FF | 5 | F2 | 0 | 62 | 5 | 0 | 12F | 64 | 33 |
| Octal | 377 | 5 | 362 | 0 | 142 | 5 | 0 | 457 | 144 | 63 |
| Binary | 11111111 | 101 | 11110010 | 0 | 1100010 | 101 | 0 | 100101111 | 1100100 | 110011 |
Color Harmonies of #FF05F2
Complementary color
Monochromatic Colors of #FF05F2
Black with #FF05F2
Text Example
Text Example
White with #FF05F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05F2; }
p { color: rgb(255,5,242); }
H1.HeaderClassName
{
color: #FF05F2;
}
.AnyTagClassName
{
color: #FF05F2;
}
</style>
background-color css
<style>
a { background-color: #FF05F2; }
a { background-color: rgb(255,5,242); }
div.DivClassName
{
background-color: #FF05F2;
}
.BgClassName
{
background-color: #FF05F2;
}
</style>
border-color css
<style>
span { border-color: #FF05F2; }
span { border-color: rgb(255,5,242); }
td.TdClassName
{
border-color: #FF05F2;
}
.TagClassName
{
border-color: #FF05F2;
}
</style>