Shades of Magenta #FC1BFA
Tints of Magenta #FC1BFA
RGB
CMYK
RGB Variations
Color information
#FC1BFA (or 0xFC1BFA) is known color: Magenta. HEX triplet: FC, 1B and FA. RGB value is (252,27,250). Sum of RGB (Red+Green+Blue) = 252+27+250=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 27 (10.94% from 255 or 5.10% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1BFA is #03E405. Grayscale: #777777. Windows color (decimal): -254982 or 16391164. OLE color: 16391164.
HSL color Cylindrical-coordinate representation of color #FC1BFA: hue angle of 300.53º degrees, saturation: 0.97, 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 #FC1BFA is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 27 | 250 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.01 |
| HSL | 300.53º | 0.97% | 0.55% | - |
| HSV(B) | 300.53º | 0.89% | 0.99% | - |
| XYZ | 57.79 | 28.38 | 92.87 | - |
| YUV | 119.7 | 201.54 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 250 | 0 | 0.89 | 0.01 | 0.01 | 300.53 | 0.97 | 0.55 |
| Hex | FC | 1B | FA | 0 | 59 | 1 | 1 | 12D | 61 | 37 |
| Octal | 374 | 33 | 372 | 0 | 131 | 1 | 1 | 455 | 141 | 67 |
| Binary | 11111100 | 11011 | 11111010 | 0 | 1011001 | 1 | 1 | 100101101 | 1100001 | 110111 |
Color Harmonies of #FC1BFA
Complementary color
Monochromatic Colors of #FC1BFA
Black with #FC1BFA
Text Example
Text Example
White with #FC1BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1BFA; }
p { color: rgb(252,27,250); }
H1.HeaderClassName
{
color: #FC1BFA;
}
.AnyTagClassName
{
color: #FC1BFA;
}
</style>
background-color css
<style>
a { background-color: #FC1BFA; }
a { background-color: rgb(252,27,250); }
div.DivClassName
{
background-color: #FC1BFA;
}
.BgClassName
{
background-color: #FC1BFA;
}
</style>
border-color css
<style>
span { border-color: #FC1BFA; }
span { border-color: rgb(252,27,250); }
td.TdClassName
{
border-color: #FC1BFA;
}
.TagClassName
{
border-color: #FC1BFA;
}
</style>