Shades of Magenta #FB1CFD
Tints of Magenta #FB1CFD
RGB
CMYK
RGB Variations
Color information
#FB1CFD (or 0xFB1CFD) is known color: Magenta. HEX triplet: FB, 1C and FD. RGB value is (251,28,253). Sum of RGB (Red+Green+Blue) = 251+28+253=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 28 (11.33% from 255 or 5.26% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #FB1CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB1CFD is #04E302. Grayscale: #777777. Windows color (decimal): -320259 or 16588027. OLE color: 16588027.
HSL color Cylindrical-coordinate representation of color #FB1CFD: hue angle of 299.47º 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 #FB1CFD is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 28 | 253 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.01 |
| HSL | 299.47º | 0.98% | 0.55% | - |
| HSV(B) | 299.47º | 0.89% | 0.99% | - |
| XYZ | 57.93 | 28.43 | 95.36 | - |
| YUV | 120.33 | 202.88 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 28 | 253 | 0.01 | 0.89 | 0 | 0.01 | 299.47 | 0.98 | 0.55 |
| Hex | FB | 1C | FD | 1 | 59 | 0 | 1 | 12B | 62 | 37 |
| Octal | 373 | 34 | 375 | 1 | 131 | 0 | 1 | 453 | 142 | 67 |
| Binary | 11111011 | 11100 | 11111101 | 1 | 1011001 | 0 | 1 | 100101011 | 1100010 | 110111 |
Color Harmonies of #FB1CFD
Complementary color
Monochromatic Colors of #FB1CFD
Black with #FB1CFD
Text Example
Text Example
White with #FB1CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1CFD; }
p { color: rgb(251,28,253); }
H1.HeaderClassName
{
color: #FB1CFD;
}
.AnyTagClassName
{
color: #FB1CFD;
}
</style>
background-color css
<style>
a { background-color: #FB1CFD; }
a { background-color: rgb(251,28,253); }
div.DivClassName
{
background-color: #FB1CFD;
}
.BgClassName
{
background-color: #FB1CFD;
}
</style>
border-color css
<style>
span { border-color: #FB1CFD; }
span { border-color: rgb(251,28,253); }
td.TdClassName
{
border-color: #FB1CFD;
}
.TagClassName
{
border-color: #FB1CFD;
}
</style>