Shades of Magenta #F000FF
Tints of Magenta #F000FF
RGB
CMYK
RGB Variations
Color information
#F000FF (or 0xF000FF) is known color: Magenta. HEX triplet: F0, 00 and FF. RGB value is (240,0,255). Sum of RGB (Red+Green+Blue) = 240+0+255=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 0 (0.39% from 255 or 0% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #F000FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F000FF is #0FFF00. Grayscale: #646464. Windows color (decimal): -1048321 or 16711920. OLE color: 16711920.
HSL color Cylindrical-coordinate representation of color #F000FF: hue angle of 296.47º 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 #F000FF is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 0 | 255 | - |
| CMYK | 0.06 | 1 | 0 | 0 |
| HSL | 296.47º | 1% | 0.5% | - |
| HSV(B) | 296.47º | 1% | 1% | - |
| XYZ | 53.99 | 25.75 | 96.73 | - |
| YUV | 100.83 | 215.01 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 255 | 0.06 | 1 | 0 | 0 | 296.47 | 1 | 0.5 |
| Hex | F0 | 0 | FF | 6 | 64 | 0 | 0 | 128 | 64 | 32 |
| Octal | 360 | 0 | 377 | 6 | 144 | 0 | 0 | 450 | 144 | 62 |
| Binary | 11110000 | 0 | 11111111 | 110 | 1100100 | 0 | 0 | 100101000 | 1100100 | 110010 |
Color Harmonies of #F000FF
Complementary color
Monochromatic Colors of #F000FF
Black with #F000FF
Text Example
Text Example
White with #F000FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F000FF; }
p { color: rgb(240,0,255); }
H1.HeaderClassName
{
color: #F000FF;
}
.AnyTagClassName
{
color: #F000FF;
}
</style>
background-color css
<style>
a { background-color: #F000FF; }
a { background-color: rgb(240,0,255); }
div.DivClassName
{
background-color: #F000FF;
}
.BgClassName
{
background-color: #F000FF;
}
</style>
border-color css
<style>
span { border-color: #F000FF; }
span { border-color: rgb(240,0,255); }
td.TdClassName
{
border-color: #F000FF;
}
.TagClassName
{
border-color: #F000FF;
}
</style>