Shades of Magenta #FF24F7
Tints of Magenta #FF24F7
RGB
CMYK
RGB Variations
Color information
#FF24F7 (or 0xFF24F7) is known color: Magenta. HEX triplet: FF, 24 and F7. RGB value is (255,36,247). Sum of RGB (Red+Green+Blue) = 255+36+247=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 36 (14.45% from 255 or 6.69% from 538); Blue value is 247 (96.88% from 255 or 45.91% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF24F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF24F7 is #00DB08. Grayscale: #7C7C7C. Windows color (decimal): -56073 or 16196863. OLE color: 16196863.
HSL color Cylindrical-coordinate representation of color #FF24F7: hue angle of 302.19º 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 #FF24F7 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 247 | - |
| CMYK | 0 | 0.86 | 0.03 | 0 |
| HSL | 302.19º | 1% | 0.57% | - |
| HSV(B) | 302.19º | 0.86% | 1% | - |
| XYZ | 58.66 | 29.24 | 90.55 | - |
| YUV | 125.54 | 196.55 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 247 | 0 | 0.86 | 0.03 | 0 | 302.19 | 1 | 0.57 |
| Hex | FF | 24 | F7 | 0 | 56 | 3 | 0 | 12E | 64 | 39 |
| Octal | 377 | 44 | 367 | 0 | 126 | 3 | 0 | 456 | 144 | 71 |
| Binary | 11111111 | 100100 | 11110111 | 0 | 1010110 | 11 | 0 | 100101110 | 1100100 | 111001 |
Color Harmonies of #FF24F7
Complementary color
Monochromatic Colors of #FF24F7
Black with #FF24F7
Text Example
Text Example
White with #FF24F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF24F7; }
p { color: rgb(255,36,247); }
H1.HeaderClassName
{
color: #FF24F7;
}
.AnyTagClassName
{
color: #FF24F7;
}
</style>
background-color css
<style>
a { background-color: #FF24F7; }
a { background-color: rgb(255,36,247); }
div.DivClassName
{
background-color: #FF24F7;
}
.BgClassName
{
background-color: #FF24F7;
}
</style>
border-color css
<style>
span { border-color: #FF24F7; }
span { border-color: rgb(255,36,247); }
td.TdClassName
{
border-color: #FF24F7;
}
.TagClassName
{
border-color: #FF24F7;
}
</style>