Shades of Magenta #F41CFD
Tints of Magenta #F41CFD
RGB
CMYK
RGB Variations
Color information
#F41CFD (or 0xF41CFD) is known color: Magenta. HEX triplet: F4, 1C and FD. RGB value is (244,28,253). Sum of RGB (Red+Green+Blue) = 244+28+253=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 28 (11.33% from 255 or 5.33% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #F41CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41CFD is #0BE302. Grayscale: #757575. Windows color (decimal): -779011 or 16588020. OLE color: 16588020.
HSL color Cylindrical-coordinate representation of color #F41CFD: hue angle of 297.6º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41CFD is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 28 | 253 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.01 |
| HSL | 297.6º | 0.98% | 0.55% | - |
| HSV(B) | 297.6º | 0.89% | 0.99% | - |
| XYZ | 55.45 | 27.16 | 95.25 | - |
| YUV | 118.23 | 204.06 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 253 | 0.04 | 0.89 | 0 | 0.01 | 297.6 | 0.98 | 0.55 |
| Hex | F4 | 1C | FD | 4 | 59 | 0 | 1 | 12A | 62 | 37 |
| Octal | 364 | 34 | 375 | 4 | 131 | 0 | 1 | 452 | 142 | 67 |
| Binary | 11110100 | 11100 | 11111101 | 100 | 1011001 | 0 | 1 | 100101010 | 1100010 | 110111 |
Color Harmonies of #F41CFD
Complementary color
Monochromatic Colors of #F41CFD
Black with #F41CFD
Text Example
Text Example
White with #F41CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41CFD; }
p { color: rgb(244,28,253); }
H1.HeaderClassName
{
color: #F41CFD;
}
.AnyTagClassName
{
color: #F41CFD;
}
</style>
background-color css
<style>
a { background-color: #F41CFD; }
a { background-color: rgb(244,28,253); }
div.DivClassName
{
background-color: #F41CFD;
}
.BgClassName
{
background-color: #F41CFD;
}
</style>
border-color css
<style>
span { border-color: #F41CFD; }
span { border-color: rgb(244,28,253); }
td.TdClassName
{
border-color: #F41CFD;
}
.TagClassName
{
border-color: #F41CFD;
}
</style>