Shades of Magenta #F01CF5
Tints of Magenta #F01CF5
RGB
CMYK
RGB Variations
Color information
#F01CF5 (or 0xF01CF5) is known color: Magenta. HEX triplet: F0, 1C and F5. RGB value is (240,28,245). Sum of RGB (Red+Green+Blue) = 240+28+245=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 28 (11.33% from 255 or 5.46% from 513); Blue value is 245 (96.09% from 255 or 47.76% from 513); Max value from RGB is 245 - color contains mainly: blue. Hex color #F01CF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01CF5 is #0FE30A. Grayscale: #737373. Windows color (decimal): -1041163 or 16063728. OLE color: 16063728.
HSL color Cylindrical-coordinate representation of color #F01CF5: hue angle of 298.62º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01CF5 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 28 | 245 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.04 |
| HSL | 298.62º | 0.92% | 0.54% | - |
| HSV(B) | 298.62º | 0.89% | 0.96% | - |
| XYZ | 52.83 | 25.95 | 88.61 | - |
| YUV | 116.13 | 200.74 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 245 | 0.02 | 0.89 | 0 | 0.04 | 298.62 | 0.92 | 0.54 |
| Hex | F0 | 1C | F5 | 2 | 59 | 0 | 4 | 12B | 5C | 36 |
| Octal | 360 | 34 | 365 | 2 | 131 | 0 | 4 | 453 | 134 | 66 |
| Binary | 11110000 | 11100 | 11110101 | 10 | 1011001 | 0 | 100 | 100101011 | 1011100 | 110110 |
Color Harmonies of #F01CF5
Complementary color
Monochromatic Colors of #F01CF5
Black with #F01CF5
Text Example
Text Example
White with #F01CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01CF5; }
p { color: rgb(240,28,245); }
H1.HeaderClassName
{
color: #F01CF5;
}
.AnyTagClassName
{
color: #F01CF5;
}
</style>
background-color css
<style>
a { background-color: #F01CF5; }
a { background-color: rgb(240,28,245); }
div.DivClassName
{
background-color: #F01CF5;
}
.BgClassName
{
background-color: #F01CF5;
}
</style>
border-color css
<style>
span { border-color: #F01CF5; }
span { border-color: rgb(240,28,245); }
td.TdClassName
{
border-color: #F01CF5;
}
.TagClassName
{
border-color: #F01CF5;
}
</style>