Shades of Magenta #F01CFF
Tints of Magenta #F01CFF
RGB
CMYK
RGB Variations
Color information
#F01CFF (or 0xF01CFF) is known color: Magenta. HEX triplet: F0, 1C and FF. RGB value is (240,28,255). Sum of RGB (Red+Green+Blue) = 240+28+255=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 28 (11.33% from 255 or 5.35% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #F01CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01CFF is #0FE300. Grayscale: #747474. Windows color (decimal): -1041153 or 16719088. OLE color: 16719088.
HSL color Cylindrical-coordinate representation of color #F01CFF: hue angle of 296.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01CFF is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 28 | 255 | - |
| CMYK | 0.06 | 0.89 | 0 | 0 |
| HSL | 296.04º | 1% | 0.55% | - |
| HSV(B) | 296.04º | 0.89% | 1% | - |
| XYZ | 54.4 | 26.58 | 96.87 | - |
| YUV | 117.27 | 205.74 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 255 | 0.06 | 0.89 | 0 | 0 | 296.04 | 1 | 0.55 |
| Hex | F0 | 1C | FF | 6 | 59 | 0 | 0 | 128 | 64 | 37 |
| Octal | 360 | 34 | 377 | 6 | 131 | 0 | 0 | 450 | 144 | 67 |
| Binary | 11110000 | 11100 | 11111111 | 110 | 1011001 | 0 | 0 | 100101000 | 1100100 | 110111 |
Color Harmonies of #F01CFF
Complementary color
Monochromatic Colors of #F01CFF
Black with #F01CFF
Text Example
Text Example
White with #F01CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01CFF; }
p { color: rgb(240,28,255); }
H1.HeaderClassName
{
color: #F01CFF;
}
.AnyTagClassName
{
color: #F01CFF;
}
</style>
background-color css
<style>
a { background-color: #F01CFF; }
a { background-color: rgb(240,28,255); }
div.DivClassName
{
background-color: #F01CFF;
}
.BgClassName
{
background-color: #F01CFF;
}
</style>
border-color css
<style>
span { border-color: #F01CFF; }
span { border-color: rgb(240,28,255); }
td.TdClassName
{
border-color: #F01CFF;
}
.TagClassName
{
border-color: #F01CFF;
}
</style>