Shades of Magenta #FF05F7
Tints of Magenta #FF05F7
RGB
CMYK
RGB Variations
Color information
#FF05F7 (or 0xFF05F7) is known color: Magenta. HEX triplet: FF, 05 and F7. RGB value is (255,5,247). Sum of RGB (Red+Green+Blue) = 255+5+247=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 5 (2.34% from 255 or 0.99% from 507); Blue value is 247 (96.88% from 255 or 48.72% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF05F7 is #00FA08. Grayscale: #6A6A6A. Windows color (decimal): -64009 or 16188927. OLE color: 16188927.
HSL color Cylindrical-coordinate representation of color #FF05F7: hue angle of 301.92º 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 #FF05F7 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 247 | - |
| CMYK | 0 | 0.98 | 0.03 | 0 |
| HSL | 301.92º | 1% | 0.51% | - |
| HSV(B) | 301.92º | 0.98% | 1% | - |
| XYZ | 58.08 | 28.08 | 90.36 | - |
| YUV | 107.34 | 206.83 | 233.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 247 | 0 | 0.98 | 0.03 | 0 | 301.92 | 1 | 0.51 |
| Hex | FF | 5 | F7 | 0 | 62 | 3 | 0 | 12E | 64 | 33 |
| Octal | 377 | 5 | 367 | 0 | 142 | 3 | 0 | 456 | 144 | 63 |
| Binary | 11111111 | 101 | 11110111 | 0 | 1100010 | 11 | 0 | 100101110 | 1100100 | 110011 |
Color Harmonies of #FF05F7
Complementary color
Monochromatic Colors of #FF05F7
Black with #FF05F7
Text Example
Text Example
White with #FF05F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05F7; }
p { color: rgb(255,5,247); }
H1.HeaderClassName
{
color: #FF05F7;
}
.AnyTagClassName
{
color: #FF05F7;
}
</style>
background-color css
<style>
a { background-color: #FF05F7; }
a { background-color: rgb(255,5,247); }
div.DivClassName
{
background-color: #FF05F7;
}
.BgClassName
{
background-color: #FF05F7;
}
</style>
border-color css
<style>
span { border-color: #FF05F7; }
span { border-color: rgb(255,5,247); }
td.TdClassName
{
border-color: #FF05F7;
}
.TagClassName
{
border-color: #FF05F7;
}
</style>