Shades of Magenta #F21CFE
Tints of Magenta #F21CFE
RGB
CMYK
RGB Variations
Color information
#F21CFE (or 0xF21CFE) is known color: Magenta. HEX triplet: F2, 1C and FE. RGB value is (242,28,254). Sum of RGB (Red+Green+Blue) = 242+28+254=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 28 (11.33% from 255 or 5.34% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #F21CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21CFE is #0DE301. Grayscale: #757575. Windows color (decimal): -910082 or 16653554. OLE color: 16653554.
HSL color Cylindrical-coordinate representation of color #F21CFE: hue angle of 296.81º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21CFE is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 28 | 254 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.00 |
| HSL | 296.81º | 0.99% | 0.55% | - |
| HSV(B) | 296.81º | 0.89% | 1% | - |
| XYZ | 54.92 | 26.86 | 96.06 | - |
| YUV | 117.75 | 204.9 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 254 | 0.05 | 0.89 | 0 | 0.00 | 296.81 | 0.99 | 0.55 |
| Hex | F2 | 1C | FE | 5 | 59 | 0 | 0 | 129 | 63 | 37 |
| Octal | 362 | 34 | 376 | 5 | 131 | 0 | 0 | 451 | 143 | 67 |
| Binary | 11110010 | 11100 | 11111110 | 101 | 1011001 | 0 | 0 | 100101001 | 1100011 | 110111 |
Color Harmonies of #F21CFE
Complementary color
Monochromatic Colors of #F21CFE
Black with #F21CFE
Text Example
Text Example
White with #F21CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21CFE; }
p { color: rgb(242,28,254); }
H1.HeaderClassName
{
color: #F21CFE;
}
.AnyTagClassName
{
color: #F21CFE;
}
</style>
background-color css
<style>
a { background-color: #F21CFE; }
a { background-color: rgb(242,28,254); }
div.DivClassName
{
background-color: #F21CFE;
}
.BgClassName
{
background-color: #F21CFE;
}
</style>
border-color css
<style>
span { border-color: #F21CFE; }
span { border-color: rgb(242,28,254); }
td.TdClassName
{
border-color: #F21CFE;
}
.TagClassName
{
border-color: #F21CFE;
}
</style>