Shades of Magenta #F21FFB
Tints of Magenta #F21FFB
RGB
CMYK
RGB Variations
Color information
#F21FFB (or 0xF21FFB) is known color: Magenta. HEX triplet: F2, 1F and FB. RGB value is (242,31,251). Sum of RGB (Red+Green+Blue) = 242+31+251=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 31 (12.5% from 255 or 5.92% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #F21FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21FFB is #0DE004. Grayscale: #767676. Windows color (decimal): -909317 or 16457714. OLE color: 16457714.
HSL color Cylindrical-coordinate representation of color #F21FFB: hue angle of 297.55º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21FFB is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 31 | 251 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.02 |
| HSL | 297.55º | 0.96% | 0.55% | - |
| HSV(B) | 297.55º | 0.88% | 0.98% | - |
| XYZ | 54.52 | 26.82 | 93.57 | - |
| YUV | 119.17 | 202.4 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 31 | 251 | 0.04 | 0.88 | 0 | 0.02 | 297.55 | 0.96 | 0.55 |
| Hex | F2 | 1F | FB | 4 | 58 | 0 | 2 | 12A | 60 | 37 |
| Octal | 362 | 37 | 373 | 4 | 130 | 0 | 2 | 452 | 140 | 67 |
| Binary | 11110010 | 11111 | 11111011 | 100 | 1011000 | 0 | 10 | 100101010 | 1100000 | 110111 |
Color Harmonies of #F21FFB
Complementary color
Monochromatic Colors of #F21FFB
Black with #F21FFB
Text Example
Text Example
White with #F21FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21FFB; }
p { color: rgb(242,31,251); }
H1.HeaderClassName
{
color: #F21FFB;
}
.AnyTagClassName
{
color: #F21FFB;
}
</style>
background-color css
<style>
a { background-color: #F21FFB; }
a { background-color: rgb(242,31,251); }
div.DivClassName
{
background-color: #F21FFB;
}
.BgClassName
{
background-color: #F21FFB;
}
</style>
border-color css
<style>
span { border-color: #F21FFB; }
span { border-color: rgb(242,31,251); }
td.TdClassName
{
border-color: #F21FFB;
}
.TagClassName
{
border-color: #F21FFB;
}
</style>