Shades of Magenta #FF24F1
Tints of Magenta #FF24F1
RGB
CMYK
RGB Variations
Color information
#FF24F1 (or 0xFF24F1) is known color: Magenta. HEX triplet: FF, 24 and F1. RGB value is (255,36,241). Sum of RGB (Red+Green+Blue) = 255+36+241=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 36 (14.45% from 255 or 6.77% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF24F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF24F1 is #00DB0E. Grayscale: #7C7C7C. Windows color (decimal): -56079 or 15803647. OLE color: 15803647.
HSL color Cylindrical-coordinate representation of color #FF24F1: hue angle of 303.84º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF24F1 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 241 | - |
| CMYK | 0 | 0.86 | 0.05 | 0 |
| HSL | 303.84º | 1% | 0.57% | - |
| HSV(B) | 303.84º | 0.86% | 1% | - |
| XYZ | 57.75 | 28.87 | 85.75 | - |
| YUV | 124.85 | 193.55 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 241 | 0 | 0.86 | 0.05 | 0 | 303.84 | 1 | 0.57 |
| Hex | FF | 24 | F1 | 0 | 56 | 5 | 0 | 130 | 64 | 39 |
| Octal | 377 | 44 | 361 | 0 | 126 | 5 | 0 | 460 | 144 | 71 |
| Binary | 11111111 | 100100 | 11110001 | 0 | 1010110 | 101 | 0 | 100110000 | 1100100 | 111001 |
Color Harmonies of #FF24F1
Complementary color
Monochromatic Colors of #FF24F1
Black with #FF24F1
Text Example
Text Example
White with #FF24F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF24F1; }
p { color: rgb(255,36,241); }
H1.HeaderClassName
{
color: #FF24F1;
}
.AnyTagClassName
{
color: #FF24F1;
}
</style>
background-color css
<style>
a { background-color: #FF24F1; }
a { background-color: rgb(255,36,241); }
div.DivClassName
{
background-color: #FF24F1;
}
.BgClassName
{
background-color: #FF24F1;
}
</style>
border-color css
<style>
span { border-color: #FF24F1; }
span { border-color: rgb(255,36,241); }
td.TdClassName
{
border-color: #FF24F1;
}
.TagClassName
{
border-color: #FF24F1;
}
</style>