Shades of Magenta #FF24F4
Tints of Magenta #FF24F4
RGB
CMYK
RGB Variations
Color information
#FF24F4 (or 0xFF24F4) is known color: Magenta. HEX triplet: FF, 24 and F4. RGB value is (255,36,244). Sum of RGB (Red+Green+Blue) = 255+36+244=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 36 (14.45% from 255 or 6.73% from 535); Blue value is 244 (95.70% from 255 or 45.61% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF24F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF24F4 is #00DB0B. Grayscale: #7C7C7C. Windows color (decimal): -56076 or 16000255. OLE color: 16000255.
HSL color Cylindrical-coordinate representation of color #FF24F4: hue angle of 303.01º 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 #FF24F4 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 244 | - |
| CMYK | 0 | 0.86 | 0.04 | 0 |
| HSL | 303.01º | 1% | 0.57% | - |
| HSV(B) | 303.01º | 0.86% | 1% | - |
| XYZ | 58.2 | 29.05 | 88.13 | - |
| YUV | 125.19 | 195.05 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 244 | 0 | 0.86 | 0.04 | 0 | 303.01 | 1 | 0.57 |
| Hex | FF | 24 | F4 | 0 | 56 | 4 | 0 | 12F | 64 | 39 |
| Octal | 377 | 44 | 364 | 0 | 126 | 4 | 0 | 457 | 144 | 71 |
| Binary | 11111111 | 100100 | 11110100 | 0 | 1010110 | 100 | 0 | 100101111 | 1100100 | 111001 |
Color Harmonies of #FF24F4
Complementary color
Monochromatic Colors of #FF24F4
Black with #FF24F4
Text Example
Text Example
White with #FF24F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF24F4; }
p { color: rgb(255,36,244); }
H1.HeaderClassName
{
color: #FF24F4;
}
.AnyTagClassName
{
color: #FF24F4;
}
</style>
background-color css
<style>
a { background-color: #FF24F4; }
a { background-color: rgb(255,36,244); }
div.DivClassName
{
background-color: #FF24F4;
}
.BgClassName
{
background-color: #FF24F4;
}
</style>
border-color css
<style>
span { border-color: #FF24F4; }
span { border-color: rgb(255,36,244); }
td.TdClassName
{
border-color: #FF24F4;
}
.TagClassName
{
border-color: #FF24F4;
}
</style>