Shades of Magenta #FD1BFA
Tints of Magenta #FD1BFA
RGB
CMYK
RGB Variations
Color information
#FD1BFA (or 0xFD1BFA) is known color: Magenta. HEX triplet: FD, 1B and FA. RGB value is (253,27,250). Sum of RGB (Red+Green+Blue) = 253+27+250=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 27 (10.94% from 255 or 5.09% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1BFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1BFA is #02E405. Grayscale: #777777. Windows color (decimal): -189446 or 16391165. OLE color: 16391165.
HSL color Cylindrical-coordinate representation of color #FD1BFA: hue angle of 300.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 #FD1BFA is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 27 | 250 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.01 |
| HSL | 300.8º | 0.98% | 0.55% | - |
| HSV(B) | 300.8º | 0.89% | 0.99% | - |
| XYZ | 58.16 | 28.57 | 92.89 | - |
| YUV | 120 | 201.37 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 27 | 250 | 0 | 0.89 | 0.01 | 0.01 | 300.8 | 0.98 | 0.55 |
| Hex | FD | 1B | FA | 0 | 59 | 1 | 1 | 12D | 62 | 37 |
| Octal | 375 | 33 | 372 | 0 | 131 | 1 | 1 | 455 | 142 | 67 |
| Binary | 11111101 | 11011 | 11111010 | 0 | 1011001 | 1 | 1 | 100101101 | 1100010 | 110111 |
Color Harmonies of #FD1BFA
Complementary color
Monochromatic Colors of #FD1BFA
Black with #FD1BFA
Text Example
Text Example
White with #FD1BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1BFA; }
p { color: rgb(253,27,250); }
H1.HeaderClassName
{
color: #FD1BFA;
}
.AnyTagClassName
{
color: #FD1BFA;
}
</style>
background-color css
<style>
a { background-color: #FD1BFA; }
a { background-color: rgb(253,27,250); }
div.DivClassName
{
background-color: #FD1BFA;
}
.BgClassName
{
background-color: #FD1BFA;
}
</style>
border-color css
<style>
span { border-color: #FD1BFA; }
span { border-color: rgb(253,27,250); }
td.TdClassName
{
border-color: #FD1BFA;
}
.TagClassName
{
border-color: #FD1BFA;
}
</style>