Shades of Magenta #F11CFD
Tints of Magenta #F11CFD
RGB
CMYK
RGB Variations
Color information
#F11CFD (or 0xF11CFD) is known color: Magenta. HEX triplet: F1, 1C and FD. RGB value is (241,28,253). Sum of RGB (Red+Green+Blue) = 241+28+253=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 28 (11.33% from 255 or 5.36% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #F11CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11CFD is #0EE302. Grayscale: #747474. Windows color (decimal): -975619 or 16588017. OLE color: 16588017.
HSL color Cylindrical-coordinate representation of color #F11CFD: hue angle of 296.8º 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 #F11CFD is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 28 | 253 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.01 |
| HSL | 296.8º | 0.98% | 0.55% | - |
| HSV(B) | 296.8º | 0.89% | 0.99% | - |
| XYZ | 54.42 | 26.62 | 95.2 | - |
| YUV | 117.34 | 204.57 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 28 | 253 | 0.05 | 0.89 | 0 | 0.01 | 296.8 | 0.98 | 0.55 |
| Hex | F1 | 1C | FD | 5 | 59 | 0 | 1 | 129 | 62 | 37 |
| Octal | 361 | 34 | 375 | 5 | 131 | 0 | 1 | 451 | 142 | 67 |
| Binary | 11110001 | 11100 | 11111101 | 101 | 1011001 | 0 | 1 | 100101001 | 1100010 | 110111 |
Color Harmonies of #F11CFD
Complementary color
Monochromatic Colors of #F11CFD
Black with #F11CFD
Text Example
Text Example
White with #F11CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11CFD; }
p { color: rgb(241,28,253); }
H1.HeaderClassName
{
color: #F11CFD;
}
.AnyTagClassName
{
color: #F11CFD;
}
</style>
background-color css
<style>
a { background-color: #F11CFD; }
a { background-color: rgb(241,28,253); }
div.DivClassName
{
background-color: #F11CFD;
}
.BgClassName
{
background-color: #F11CFD;
}
</style>
border-color css
<style>
span { border-color: #F11CFD; }
span { border-color: rgb(241,28,253); }
td.TdClassName
{
border-color: #F11CFD;
}
.TagClassName
{
border-color: #F11CFD;
}
</style>