Shades of Magenta #F21CFA
Tints of Magenta #F21CFA
RGB
CMYK
RGB Variations
Color information
#F21CFA (or 0xF21CFA) is known color: Magenta. HEX triplet: F2, 1C and FA. RGB value is (242,28,250). Sum of RGB (Red+Green+Blue) = 242+28+250=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 28 (11.33% from 255 or 5.38% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #F21CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21CFA is #0DE305. Grayscale: #747474. Windows color (decimal): -910086 or 16391410. OLE color: 16391410.
HSL color Cylindrical-coordinate representation of color #F21CFA: hue angle of 297.84º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21CFA is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 28 | 250 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.02 |
| HSL | 297.84º | 0.96% | 0.55% | - |
| HSV(B) | 297.84º | 0.89% | 0.98% | - |
| XYZ | 54.29 | 26.61 | 92.72 | - |
| YUV | 117.29 | 202.9 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 250 | 0.03 | 0.89 | 0 | 0.02 | 297.84 | 0.96 | 0.55 |
| Hex | F2 | 1C | FA | 3 | 59 | 0 | 2 | 12A | 60 | 37 |
| Octal | 362 | 34 | 372 | 3 | 131 | 0 | 2 | 452 | 140 | 67 |
| Binary | 11110010 | 11100 | 11111010 | 11 | 1011001 | 0 | 10 | 100101010 | 1100000 | 110111 |
Color Harmonies of #F21CFA
Complementary color
Monochromatic Colors of #F21CFA
Black with #F21CFA
Text Example
Text Example
White with #F21CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21CFA; }
p { color: rgb(242,28,250); }
H1.HeaderClassName
{
color: #F21CFA;
}
.AnyTagClassName
{
color: #F21CFA;
}
</style>
background-color css
<style>
a { background-color: #F21CFA; }
a { background-color: rgb(242,28,250); }
div.DivClassName
{
background-color: #F21CFA;
}
.BgClassName
{
background-color: #F21CFA;
}
</style>
border-color css
<style>
span { border-color: #F21CFA; }
span { border-color: rgb(242,28,250); }
td.TdClassName
{
border-color: #F21CFA;
}
.TagClassName
{
border-color: #F21CFA;
}
</style>