Shades of Magenta #FC25FF
Tints of Magenta #FC25FF
RGB
CMYK
RGB Variations
Color information
#FC25FF (or 0xFC25FF) is known color: Magenta. HEX triplet: FC, 25 and FF. RGB value is (252,37,255). Sum of RGB (Red+Green+Blue) = 252+37+255=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 37 (14.84% from 255 or 6.80% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC25FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC25FF is #03DA00. Grayscale: #7D7D7D. Windows color (decimal): -252417 or 16721404. OLE color: 16721404.
HSL color Cylindrical-coordinate representation of color #FC25FF: hue angle of 299.17º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC25FF is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 37 | 255 | - |
| CMYK | 0.01 | 0.85 | 0 | 0 |
| HSL | 299.17º | 1% | 0.57% | - |
| HSV(B) | 299.17º | 0.85% | 1% | - |
| XYZ | 58.86 | 29.24 | 97.15 | - |
| YUV | 126.14 | 200.73 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 255 | 0.01 | 0.85 | 0 | 0 | 299.17 | 1 | 0.57 |
| Hex | FC | 25 | FF | 1 | 55 | 0 | 0 | 12B | 64 | 39 |
| Octal | 374 | 45 | 377 | 1 | 125 | 0 | 0 | 453 | 144 | 71 |
| Binary | 11111100 | 100101 | 11111111 | 1 | 1010101 | 0 | 0 | 100101011 | 1100100 | 111001 |
Color Harmonies of #FC25FF
Complementary color
Monochromatic Colors of #FC25FF
Black with #FC25FF
Text Example
Text Example
White with #FC25FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC25FF; }
p { color: rgb(252,37,255); }
H1.HeaderClassName
{
color: #FC25FF;
}
.AnyTagClassName
{
color: #FC25FF;
}
</style>
background-color css
<style>
a { background-color: #FC25FF; }
a { background-color: rgb(252,37,255); }
div.DivClassName
{
background-color: #FC25FF;
}
.BgClassName
{
background-color: #FC25FF;
}
</style>
border-color css
<style>
span { border-color: #FC25FF; }
span { border-color: rgb(252,37,255); }
td.TdClassName
{
border-color: #FC25FF;
}
.TagClassName
{
border-color: #FC25FF;
}
</style>