Shades of Magenta #F21DF5
Tints of Magenta #F21DF5
RGB
CMYK
RGB Variations
Color information
#F21DF5 (or 0xF21DF5) is known color: Magenta. HEX triplet: F2, 1D and F5. RGB value is (242,29,245). Sum of RGB (Red+Green+Blue) = 242+29+245=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 29 (11.72% from 255 or 5.62% from 516); Blue value is 245 (96.09% from 255 or 47.48% from 516); Max value from RGB is 245 - color contains mainly: blue. Hex color #F21DF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21DF5 is #0DE20A. Grayscale: #747474. Windows color (decimal): -909835 or 16063986. OLE color: 16063986.
HSL color Cylindrical-coordinate representation of color #F21DF5: hue angle of 299.17º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21DF5 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 29 | 245 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.04 |
| HSL | 299.17º | 0.92% | 0.54% | - |
| HSV(B) | 299.17º | 0.88% | 0.96% | - |
| XYZ | 53.54 | 26.35 | 88.65 | - |
| YUV | 117.31 | 200.07 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 245 | 0.01 | 0.88 | 0 | 0.04 | 299.17 | 0.92 | 0.54 |
| Hex | F2 | 1D | F5 | 1 | 58 | 0 | 4 | 12B | 5C | 36 |
| Octal | 362 | 35 | 365 | 1 | 130 | 0 | 4 | 453 | 134 | 66 |
| Binary | 11110010 | 11101 | 11110101 | 1 | 1011000 | 0 | 100 | 100101011 | 1011100 | 110110 |
Color Harmonies of #F21DF5
Complementary color
Monochromatic Colors of #F21DF5
Black with #F21DF5
Text Example
Text Example
White with #F21DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DF5; }
p { color: rgb(242,29,245); }
H1.HeaderClassName
{
color: #F21DF5;
}
.AnyTagClassName
{
color: #F21DF5;
}
</style>
background-color css
<style>
a { background-color: #F21DF5; }
a { background-color: rgb(242,29,245); }
div.DivClassName
{
background-color: #F21DF5;
}
.BgClassName
{
background-color: #F21DF5;
}
</style>
border-color css
<style>
span { border-color: #F21DF5; }
span { border-color: rgb(242,29,245); }
td.TdClassName
{
border-color: #F21DF5;
}
.TagClassName
{
border-color: #F21DF5;
}
</style>