Shades of Magenta #F21CF8
Tints of Magenta #F21CF8
RGB
CMYK
RGB Variations
Color information
#F21CF8 (or 0xF21CF8) is known color: Magenta. HEX triplet: F2, 1C and F8. RGB value is (242,28,248). Sum of RGB (Red+Green+Blue) = 242+28+248=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 28 (11.33% from 255 or 5.41% from 518); Blue value is 248 (97.27% from 255 or 47.88% from 518); Max value from RGB is 248 - color contains mainly: blue. Hex color #F21CF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21CF8 is #0DE307. Grayscale: #747474. Windows color (decimal): -910088 or 16260338. OLE color: 16260338.
HSL color Cylindrical-coordinate representation of color #F21CF8: hue angle of 298.36º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21CF8 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 28 | 248 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.03 |
| HSL | 298.36º | 0.94% | 0.54% | - |
| HSV(B) | 298.36º | 0.89% | 0.97% | - |
| XYZ | 53.98 | 26.49 | 91.07 | - |
| YUV | 117.07 | 201.9 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 248 | 0.02 | 0.89 | 0 | 0.03 | 298.36 | 0.94 | 0.54 |
| Hex | F2 | 1C | F8 | 2 | 59 | 0 | 3 | 12A | 5E | 36 |
| Octal | 362 | 34 | 370 | 2 | 131 | 0 | 3 | 452 | 136 | 66 |
| Binary | 11110010 | 11100 | 11111000 | 10 | 1011001 | 0 | 11 | 100101010 | 1011110 | 110110 |
Color Harmonies of #F21CF8
Complementary color
Monochromatic Colors of #F21CF8
Black with #F21CF8
Text Example
Text Example
White with #F21CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21CF8; }
p { color: rgb(242,28,248); }
H1.HeaderClassName
{
color: #F21CF8;
}
.AnyTagClassName
{
color: #F21CF8;
}
</style>
background-color css
<style>
a { background-color: #F21CF8; }
a { background-color: rgb(242,28,248); }
div.DivClassName
{
background-color: #F21CF8;
}
.BgClassName
{
background-color: #F21CF8;
}
</style>
border-color css
<style>
span { border-color: #F21CF8; }
span { border-color: rgb(242,28,248); }
td.TdClassName
{
border-color: #F21CF8;
}
.TagClassName
{
border-color: #F21CF8;
}
</style>