Shades of Magenta #F41BFE
Tints of Magenta #F41BFE
RGB
CMYK
RGB Variations
Color information
#F41BFE (or 0xF41BFE) is known color: Magenta. HEX triplet: F4, 1B and FE. RGB value is (244,27,254). Sum of RGB (Red+Green+Blue) = 244+27+254=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 27 (10.94% from 255 or 5.14% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #F41BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41BFE is #0BE401. Grayscale: #757575. Windows color (decimal): -779266 or 16653300. OLE color: 16653300.
HSL color Cylindrical-coordinate representation of color #F41BFE: hue angle of 297.36º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41BFE is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 27 | 254 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.00 |
| HSL | 297.36º | 0.99% | 0.55% | - |
| HSV(B) | 297.36º | 0.89% | 1% | - |
| XYZ | 55.59 | 27.17 | 96.08 | - |
| YUV | 117.76 | 204.89 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 27 | 254 | 0.04 | 0.89 | 0 | 0.00 | 297.36 | 0.99 | 0.55 |
| Hex | F4 | 1B | FE | 4 | 59 | 0 | 0 | 129 | 63 | 37 |
| Octal | 364 | 33 | 376 | 4 | 131 | 0 | 0 | 451 | 143 | 67 |
| Binary | 11110100 | 11011 | 11111110 | 100 | 1011001 | 0 | 0 | 100101001 | 1100011 | 110111 |
Color Harmonies of #F41BFE
Complementary color
Monochromatic Colors of #F41BFE
Black with #F41BFE
Text Example
Text Example
White with #F41BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41BFE; }
p { color: rgb(244,27,254); }
H1.HeaderClassName
{
color: #F41BFE;
}
.AnyTagClassName
{
color: #F41BFE;
}
</style>
background-color css
<style>
a { background-color: #F41BFE; }
a { background-color: rgb(244,27,254); }
div.DivClassName
{
background-color: #F41BFE;
}
.BgClassName
{
background-color: #F41BFE;
}
</style>
border-color css
<style>
span { border-color: #F41BFE; }
span { border-color: rgb(244,27,254); }
td.TdClassName
{
border-color: #F41BFE;
}
.TagClassName
{
border-color: #F41BFE;
}
</style>