Shades of Magenta #F41FFB
Tints of Magenta #F41FFB
RGB
CMYK
RGB Variations
Color information
#F41FFB (or 0xF41FFB) is known color: Magenta. HEX triplet: F4, 1F and FB. RGB value is (244,31,251). Sum of RGB (Red+Green+Blue) = 244+31+251=526 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.39% from 526); Green value is 31 (12.5% from 255 or 5.89% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #F41FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41FFB is #0BE004. Grayscale: #777777. Windows color (decimal): -778245 or 16457716. OLE color: 16457716.
HSL color Cylindrical-coordinate representation of color #F41FFB: hue angle of 298.09º 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 #F41FFB is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 31 | 251 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.02 |
| HSL | 298.09º | 0.96% | 0.55% | - |
| HSV(B) | 298.09º | 0.88% | 0.98% | - |
| XYZ | 55.21 | 27.18 | 93.6 | - |
| YUV | 119.77 | 202.07 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 31 | 251 | 0.03 | 0.88 | 0 | 0.02 | 298.09 | 0.96 | 0.55 |
| Hex | F4 | 1F | FB | 3 | 58 | 0 | 2 | 12A | 60 | 37 |
| Octal | 364 | 37 | 373 | 3 | 130 | 0 | 2 | 452 | 140 | 67 |
| Binary | 11110100 | 11111 | 11111011 | 11 | 1011000 | 0 | 10 | 100101010 | 1100000 | 110111 |
Color Harmonies of #F41FFB
Complementary color
Monochromatic Colors of #F41FFB
Black with #F41FFB
Text Example
Text Example
White with #F41FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41FFB; }
p { color: rgb(244,31,251); }
H1.HeaderClassName
{
color: #F41FFB;
}
.AnyTagClassName
{
color: #F41FFB;
}
</style>
background-color css
<style>
a { background-color: #F41FFB; }
a { background-color: rgb(244,31,251); }
div.DivClassName
{
background-color: #F41FFB;
}
.BgClassName
{
background-color: #F41FFB;
}
</style>
border-color css
<style>
span { border-color: #F41FFB; }
span { border-color: rgb(244,31,251); }
td.TdClassName
{
border-color: #F41FFB;
}
.TagClassName
{
border-color: #F41FFB;
}
</style>