Shades of Magenta #F033FF
Tints of Magenta #F033FF
RGB
CMYK
RGB Variations
Color information
#F033FF (or 0xF033FF) is known color: Magenta. HEX triplet: F0, 33 and FF. RGB value is (240,51,255). Sum of RGB (Red+Green+Blue) = 240+51+255=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 51 (20.31% from 255 or 9.34% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #F033FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F033FF is #0FCC00. Grayscale: #828282. Windows color (decimal): -1035265 or 16724976. OLE color: 16724976.
HSL color Cylindrical-coordinate representation of color #F033FF: hue angle of 295.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F033FF is Cyan = 0.06, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 51 | 255 | - |
| CMYK | 0.06 | 0.8 | 0 | 0 |
| HSL | 295.59º | 1% | 0.6% | - |
| HSV(B) | 295.59º | 0.8% | 1% | - |
| XYZ | 55.17 | 28.11 | 97.13 | - |
| YUV | 130.77 | 198.12 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 255 | 0.06 | 0.8 | 0 | 0 | 295.59 | 1 | 0.6 |
| Hex | F0 | 33 | FF | 6 | 50 | 0 | 0 | 128 | 64 | 3C |
| Octal | 360 | 63 | 377 | 6 | 120 | 0 | 0 | 450 | 144 | 74 |
| Binary | 11110000 | 110011 | 11111111 | 110 | 1010000 | 0 | 0 | 100101000 | 1100100 | 111100 |
Color Harmonies of #F033FF
Complementary color
Monochromatic Colors of #F033FF
Black with #F033FF
Text Example
Text Example
White with #F033FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F033FF; }
p { color: rgb(240,51,255); }
H1.HeaderClassName
{
color: #F033FF;
}
.AnyTagClassName
{
color: #F033FF;
}
</style>
background-color css
<style>
a { background-color: #F033FF; }
a { background-color: rgb(240,51,255); }
div.DivClassName
{
background-color: #F033FF;
}
.BgClassName
{
background-color: #F033FF;
}
</style>
border-color css
<style>
span { border-color: #F033FF; }
span { border-color: rgb(240,51,255); }
td.TdClassName
{
border-color: #F033FF;
}
.TagClassName
{
border-color: #F033FF;
}
</style>