Shades of Magenta #FB1CF1
Tints of Magenta #FB1CF1
RGB
CMYK
RGB Variations
Color information
#FB1CF1 (or 0xFB1CF1) is known color: Magenta. HEX triplet: FB, 1C and F1. RGB value is (251,28,241). Sum of RGB (Red+Green+Blue) = 251+28+241=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 28 (11.33% from 255 or 5.38% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1CF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB1CF1 is #04E30E. Grayscale: #767676. Windows color (decimal): -320271 or 15801595. OLE color: 15801595.
HSL color Cylindrical-coordinate representation of color #FB1CF1: hue angle of 302.69º 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 #FB1CF1 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 28 | 241 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.02 |
| HSL | 302.69º | 0.97% | 0.55% | - |
| HSV(B) | 302.69º | 0.89% | 0.98% | - |
| XYZ | 56.08 | 27.69 | 85.61 | - |
| YUV | 118.96 | 196.88 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 28 | 241 | 0 | 0.89 | 0.04 | 0.02 | 302.69 | 0.97 | 0.55 |
| Hex | FB | 1C | F1 | 0 | 59 | 4 | 2 | 12F | 61 | 37 |
| Octal | 373 | 34 | 361 | 0 | 131 | 4 | 2 | 457 | 141 | 67 |
| Binary | 11111011 | 11100 | 11110001 | 0 | 1011001 | 100 | 10 | 100101111 | 1100001 | 110111 |
Color Harmonies of #FB1CF1
Complementary color
Monochromatic Colors of #FB1CF1
Black with #FB1CF1
Text Example
Text Example
White with #FB1CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1CF1; }
p { color: rgb(251,28,241); }
H1.HeaderClassName
{
color: #FB1CF1;
}
.AnyTagClassName
{
color: #FB1CF1;
}
</style>
background-color css
<style>
a { background-color: #FB1CF1; }
a { background-color: rgb(251,28,241); }
div.DivClassName
{
background-color: #FB1CF1;
}
.BgClassName
{
background-color: #FB1CF1;
}
</style>
border-color css
<style>
span { border-color: #FB1CF1; }
span { border-color: rgb(251,28,241); }
td.TdClassName
{
border-color: #FB1CF1;
}
.TagClassName
{
border-color: #FB1CF1;
}
</style>