Shades of Magenta #F41CFB
Tints of Magenta #F41CFB
RGB
CMYK
RGB Variations
Color information
#F41CFB (or 0xF41CFB) is known color: Magenta. HEX triplet: F4, 1C and FB. RGB value is (244,28,251). Sum of RGB (Red+Green+Blue) = 244+28+251=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 28 (11.33% from 255 or 5.35% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #F41CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41CFB is #0BE304. Grayscale: #757575. Windows color (decimal): -779013 or 16456948. OLE color: 16456948.
HSL color Cylindrical-coordinate representation of color #F41CFB: hue angle of 298.12º degrees, saturation: 0.97, 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 #F41CFB is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 28 | 251 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.02 |
| HSL | 298.12º | 0.97% | 0.55% | - |
| HSV(B) | 298.12º | 0.89% | 0.98% | - |
| XYZ | 55.14 | 27.03 | 93.58 | - |
| YUV | 118.01 | 203.06 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 251 | 0.03 | 0.89 | 0 | 0.02 | 298.12 | 0.97 | 0.55 |
| Hex | F4 | 1C | FB | 3 | 59 | 0 | 2 | 12A | 61 | 37 |
| Octal | 364 | 34 | 373 | 3 | 131 | 0 | 2 | 452 | 141 | 67 |
| Binary | 11110100 | 11100 | 11111011 | 11 | 1011001 | 0 | 10 | 100101010 | 1100001 | 110111 |
Color Harmonies of #F41CFB
Complementary color
Monochromatic Colors of #F41CFB
Black with #F41CFB
Text Example
Text Example
White with #F41CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41CFB; }
p { color: rgb(244,28,251); }
H1.HeaderClassName
{
color: #F41CFB;
}
.AnyTagClassName
{
color: #F41CFB;
}
</style>
background-color css
<style>
a { background-color: #F41CFB; }
a { background-color: rgb(244,28,251); }
div.DivClassName
{
background-color: #F41CFB;
}
.BgClassName
{
background-color: #F41CFB;
}
</style>
border-color css
<style>
span { border-color: #F41CFB; }
span { border-color: rgb(244,28,251); }
td.TdClassName
{
border-color: #F41CFB;
}
.TagClassName
{
border-color: #F41CFB;
}
</style>