Shades of Fuchsia #FF00FF
Tints of Fuchsia #FF00FF
RGB
CMYK
RGB Variations
Color information
#FF00FF (or 0xFF00FF) is known color: Fuchsia. HEX triplet: FF, 00 and FF. RGB value is (255,0,255). Sum of RGB (Red+Green+Blue) = 255+0+255=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 0 (0.39% from 255 or 0% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF00FF is a web safe color. Inversed color of #FF00FF is #00FF00. Grayscale: #686868. Windows color (decimal): -65281 or 16711935. OLE color: 16711935.
HSL color Cylindrical-coordinate representation of color #FF00FF: hue angle of 300º 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 #FF00FF is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 255 | - |
| CMYK | 0 | 1 | 0 | 0 |
| HSL | 300º | 1% | 0.5% | - |
| HSV(B) | 300º | 1% | 1% | - |
| XYZ | 59.29 | 28.48 | 96.98 | - |
| YUV | 105.32 | 212.48 | 234.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 255 | 0 | 1 | 0 | 0 | 300 | 1 | 0.5 |
| Hex | FF | 0 | FF | 0 | 64 | 0 | 0 | 12C | 64 | 32 |
| Octal | 377 | 0 | 377 | 0 | 144 | 0 | 0 | 454 | 144 | 62 |
| Binary | 11111111 | 0 | 11111111 | 0 | 1100100 | 0 | 0 | 100101100 | 1100100 | 110010 |
Color Harmonies of #FF00FF
Complementary color
Monochromatic Colors of #FF00FF
Black with #FF00FF
Text Example
Text Example
White with #FF00FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF00FF; }
p { color: rgb(255,0,255); }
H1.HeaderClassName
{
color: #FF00FF;
}
.AnyTagClassName
{
color: #FF00FF;
}
</style>
background-color css
<style>
a { background-color: #FF00FF; }
a { background-color: rgb(255,0,255); }
div.DivClassName
{
background-color: #FF00FF;
}
.BgClassName
{
background-color: #FF00FF;
}
</style>
border-color css
<style>
span { border-color: #FF00FF; }
span { border-color: rgb(255,0,255); }
td.TdClassName
{
border-color: #FF00FF;
}
.TagClassName
{
border-color: #FF00FF;
}
</style>