Shades of Magenta #F21BF3
Tints of Magenta #F21BF3
RGB
CMYK
RGB Variations
Color information
#F21BF3 (or 0xF21BF3) is known color: Magenta. HEX triplet: F2, 1B and F3. RGB value is (242,27,243). Sum of RGB (Red+Green+Blue) = 242+27+243=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 27 (10.94% from 255 or 5.27% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #F21BF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21BF3 is #0DE40C. Grayscale: #737373. Windows color (decimal): -910349 or 15932402. OLE color: 15932402.
HSL color Cylindrical-coordinate representation of color #F21BF3: hue angle of 299.72º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21BF3 is Cyan = 0.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 27 | 243 | - |
| CMYK | 0.00 | 0.89 | 0 | 0.05 |
| HSL | 299.72º | 0.9% | 0.53% | - |
| HSV(B) | 299.72º | 0.89% | 0.95% | - |
| XYZ | 53.19 | 26.13 | 87.03 | - |
| YUV | 115.91 | 199.73 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 27 | 243 | 0.00 | 0.89 | 0 | 0.05 | 299.72 | 0.9 | 0.53 |
| Hex | F2 | 1B | F3 | 0 | 59 | 0 | 5 | 12C | 5A | 35 |
| Octal | 362 | 33 | 363 | 0 | 131 | 0 | 5 | 454 | 132 | 65 |
| Binary | 11110010 | 11011 | 11110011 | 0 | 1011001 | 0 | 101 | 100101100 | 1011010 | 110101 |
Color Harmonies of #F21BF3
Complementary color
Monochromatic Colors of #F21BF3
Black with #F21BF3
Text Example
Text Example
White with #F21BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21BF3; }
p { color: rgb(242,27,243); }
H1.HeaderClassName
{
color: #F21BF3;
}
.AnyTagClassName
{
color: #F21BF3;
}
</style>
background-color css
<style>
a { background-color: #F21BF3; }
a { background-color: rgb(242,27,243); }
div.DivClassName
{
background-color: #F21BF3;
}
.BgClassName
{
background-color: #F21BF3;
}
</style>
border-color css
<style>
span { border-color: #F21BF3; }
span { border-color: rgb(242,27,243); }
td.TdClassName
{
border-color: #F21BF3;
}
.TagClassName
{
border-color: #F21BF3;
}
</style>