Shades of Magenta #F21EFD
Tints of Magenta #F21EFD
RGB
CMYK
RGB Variations
Color information
#F21EFD (or 0xF21EFD) is known color: Magenta. HEX triplet: F2, 1E and FD. RGB value is (242,30,253). Sum of RGB (Red+Green+Blue) = 242+30+253=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 30 (12.11% from 255 or 5.71% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #F21EFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21EFD is #0DE102. Grayscale: #767676. Windows color (decimal): -909571 or 16588530. OLE color: 16588530.
HSL color Cylindrical-coordinate representation of color #F21EFD: hue angle of 297.04º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21EFD is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 30 | 253 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.01 |
| HSL | 297.04º | 0.98% | 0.55% | - |
| HSV(B) | 297.04º | 0.88% | 0.99% | - |
| XYZ | 54.81 | 26.9 | 95.23 | - |
| YUV | 118.81 | 203.74 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 253 | 0.04 | 0.88 | 0 | 0.01 | 297.04 | 0.98 | 0.55 |
| Hex | F2 | 1E | FD | 4 | 58 | 0 | 1 | 129 | 62 | 37 |
| Octal | 362 | 36 | 375 | 4 | 130 | 0 | 1 | 451 | 142 | 67 |
| Binary | 11110010 | 11110 | 11111101 | 100 | 1011000 | 0 | 1 | 100101001 | 1100010 | 110111 |
Color Harmonies of #F21EFD
Complementary color
Monochromatic Colors of #F21EFD
Black with #F21EFD
Text Example
Text Example
White with #F21EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21EFD; }
p { color: rgb(242,30,253); }
H1.HeaderClassName
{
color: #F21EFD;
}
.AnyTagClassName
{
color: #F21EFD;
}
</style>
background-color css
<style>
a { background-color: #F21EFD; }
a { background-color: rgb(242,30,253); }
div.DivClassName
{
background-color: #F21EFD;
}
.BgClassName
{
background-color: #F21EFD;
}
</style>
border-color css
<style>
span { border-color: #F21EFD; }
span { border-color: rgb(242,30,253); }
td.TdClassName
{
border-color: #F21EFD;
}
.TagClassName
{
border-color: #F21EFD;
}
</style>