Shades of Magenta #F01CF1
Tints of Magenta #F01CF1
RGB
CMYK
RGB Variations
Color information
#F01CF1 (or 0xF01CF1) is known color: Magenta. HEX triplet: F0, 1C and F1. RGB value is (240,28,241). Sum of RGB (Red+Green+Blue) = 240+28+241=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 28 (11.33% from 255 or 5.50% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #F01CF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01CF1 is #0FE30E. Grayscale: #737373. Windows color (decimal): -1041167 or 15801584. OLE color: 15801584.
HSL color Cylindrical-coordinate representation of color #F01CF1: hue angle of 299.72º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01CF1 is Cyan = 0.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 28 | 241 | - |
| CMYK | 0.00 | 0.88 | 0 | 0.05 |
| HSL | 299.72º | 0.88% | 0.53% | - |
| HSV(B) | 299.72º | 0.88% | 0.95% | - |
| XYZ | 52.23 | 25.71 | 85.43 | - |
| YUV | 115.67 | 198.74 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 241 | 0.00 | 0.88 | 0 | 0.05 | 299.72 | 0.88 | 0.53 |
| Hex | F0 | 1C | F1 | 0 | 58 | 0 | 5 | 12C | 58 | 35 |
| Octal | 360 | 34 | 361 | 0 | 130 | 0 | 5 | 454 | 130 | 65 |
| Binary | 11110000 | 11100 | 11110001 | 0 | 1011000 | 0 | 101 | 100101100 | 1011000 | 110101 |
Color Harmonies of #F01CF1
Complementary color
Monochromatic Colors of #F01CF1
Black with #F01CF1
Text Example
Text Example
White with #F01CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01CF1; }
p { color: rgb(240,28,241); }
H1.HeaderClassName
{
color: #F01CF1;
}
.AnyTagClassName
{
color: #F01CF1;
}
</style>
background-color css
<style>
a { background-color: #F01CF1; }
a { background-color: rgb(240,28,241); }
div.DivClassName
{
background-color: #F01CF1;
}
.BgClassName
{
background-color: #F01CF1;
}
</style>
border-color css
<style>
span { border-color: #F01CF1; }
span { border-color: rgb(240,28,241); }
td.TdClassName
{
border-color: #F01CF1;
}
.TagClassName
{
border-color: #F01CF1;
}
</style>