Shades of Magenta #F21CFD
Tints of Magenta #F21CFD
RGB
CMYK
RGB Variations
Color information
#F21CFD (or 0xF21CFD) is known color: Magenta. HEX triplet: F2, 1C and FD. RGB value is (242,28,253). Sum of RGB (Red+Green+Blue) = 242+28+253=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 28 (11.33% from 255 or 5.35% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #F21CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21CFD is #0DE302. Grayscale: #747474. Windows color (decimal): -910083 or 16588018. OLE color: 16588018.
HSL color Cylindrical-coordinate representation of color #F21CFD: hue angle of 297.07º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21CFD is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 28 | 253 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.01 |
| HSL | 297.07º | 0.98% | 0.55% | - |
| HSV(B) | 297.07º | 0.89% | 0.99% | - |
| XYZ | 54.76 | 26.8 | 95.22 | - |
| YUV | 117.64 | 204.4 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 253 | 0.04 | 0.89 | 0 | 0.01 | 297.07 | 0.98 | 0.55 |
| Hex | F2 | 1C | FD | 4 | 59 | 0 | 1 | 129 | 62 | 37 |
| Octal | 362 | 34 | 375 | 4 | 131 | 0 | 1 | 451 | 142 | 67 |
| Binary | 11110010 | 11100 | 11111101 | 100 | 1011001 | 0 | 1 | 100101001 | 1100010 | 110111 |
Color Harmonies of #F21CFD
Complementary color
Monochromatic Colors of #F21CFD
Black with #F21CFD
Text Example
Text Example
White with #F21CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21CFD; }
p { color: rgb(242,28,253); }
H1.HeaderClassName
{
color: #F21CFD;
}
.AnyTagClassName
{
color: #F21CFD;
}
</style>
background-color css
<style>
a { background-color: #F21CFD; }
a { background-color: rgb(242,28,253); }
div.DivClassName
{
background-color: #F21CFD;
}
.BgClassName
{
background-color: #F21CFD;
}
</style>
border-color css
<style>
span { border-color: #F21CFD; }
span { border-color: rgb(242,28,253); }
td.TdClassName
{
border-color: #F21CFD;
}
.TagClassName
{
border-color: #F21CFD;
}
</style>