Shades of Magenta #F02CFF
Tints of Magenta #F02CFF
RGB
CMYK
RGB Variations
Color information
#F02CFF (or 0xF02CFF) is known color: Magenta. HEX triplet: F0, 2C and FF. RGB value is (240,44,255). Sum of RGB (Red+Green+Blue) = 240+44+255=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 44 (17.58% from 255 or 8.16% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #F02CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F02CFF is #0FD300. Grayscale: #7E7E7E. Windows color (decimal): -1037057 or 16723184. OLE color: 16723184.
HSL color Cylindrical-coordinate representation of color #F02CFF: hue angle of 295.73º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F02CFF is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 44 | 255 | - |
| CMYK | 0.06 | 0.83 | 0 | 0 |
| HSL | 295.73º | 1% | 0.59% | - |
| HSV(B) | 295.73º | 0.83% | 1% | - |
| XYZ | 54.89 | 27.55 | 97.03 | - |
| YUV | 126.66 | 200.43 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 44 | 255 | 0.06 | 0.83 | 0 | 0 | 295.73 | 1 | 0.59 |
| Hex | F0 | 2C | FF | 6 | 53 | 0 | 0 | 128 | 64 | 3B |
| Octal | 360 | 54 | 377 | 6 | 123 | 0 | 0 | 450 | 144 | 73 |
| Binary | 11110000 | 101100 | 11111111 | 110 | 1010011 | 0 | 0 | 100101000 | 1100100 | 111011 |
Color Harmonies of #F02CFF
Complementary color
Monochromatic Colors of #F02CFF
Black with #F02CFF
Text Example
Text Example
White with #F02CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02CFF; }
p { color: rgb(240,44,255); }
H1.HeaderClassName
{
color: #F02CFF;
}
.AnyTagClassName
{
color: #F02CFF;
}
</style>
background-color css
<style>
a { background-color: #F02CFF; }
a { background-color: rgb(240,44,255); }
div.DivClassName
{
background-color: #F02CFF;
}
.BgClassName
{
background-color: #F02CFF;
}
</style>
border-color css
<style>
span { border-color: #F02CFF; }
span { border-color: rgb(240,44,255); }
td.TdClassName
{
border-color: #F02CFF;
}
.TagClassName
{
border-color: #F02CFF;
}
</style>