Shades of Magenta #FF02F5
Tints of Magenta #FF02F5
RGB
CMYK
RGB Variations
Color information
#FF02F5 (or 0xFF02F5) is known color: Magenta. HEX triplet: FF, 02 and F5. RGB value is (255,2,245). Sum of RGB (Red+Green+Blue) = 255+2+245=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 2 (1.17% from 255 or 0.40% from 502); Blue value is 245 (96.09% from 255 or 48.80% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF02F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF02F5 is #00FD0A. Grayscale: #686868. Windows color (decimal): -64779 or 16057087. OLE color: 16057087.
HSL color Cylindrical-coordinate representation of color #FF02F5: hue angle of 302.37º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF02F5 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 245 | - |
| CMYK | 0 | 0.99 | 0.04 | 0 |
| HSL | 302.37º | 1% | 0.5% | - |
| HSV(B) | 302.37º | 0.99% | 1% | - |
| XYZ | 57.74 | 27.9 | 88.73 | - |
| YUV | 105.35 | 206.82 | 234.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 245 | 0 | 0.99 | 0.04 | 0 | 302.37 | 1 | 0.5 |
| Hex | FF | 2 | F5 | 0 | 63 | 4 | 0 | 12E | 64 | 32 |
| Octal | 377 | 2 | 365 | 0 | 143 | 4 | 0 | 456 | 144 | 62 |
| Binary | 11111111 | 10 | 11110101 | 0 | 1100011 | 100 | 0 | 100101110 | 1100100 | 110010 |
Color Harmonies of #FF02F5
Complementary color
Monochromatic Colors of #FF02F5
Black with #FF02F5
Text Example
Text Example
White with #FF02F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF02F5; }
p { color: rgb(255,2,245); }
H1.HeaderClassName
{
color: #FF02F5;
}
.AnyTagClassName
{
color: #FF02F5;
}
</style>
background-color css
<style>
a { background-color: #FF02F5; }
a { background-color: rgb(255,2,245); }
div.DivClassName
{
background-color: #FF02F5;
}
.BgClassName
{
background-color: #FF02F5;
}
</style>
border-color css
<style>
span { border-color: #FF02F5; }
span { border-color: rgb(255,2,245); }
td.TdClassName
{
border-color: #FF02F5;
}
.TagClassName
{
border-color: #FF02F5;
}
</style>