Shades of Magenta #FC25F2
Tints of Magenta #FC25F2
RGB
CMYK
RGB Variations
Color information
#FC25F2 (or 0xFC25F2) is known color: Magenta. HEX triplet: FC, 25 and F2. RGB value is (252,37,242). Sum of RGB (Red+Green+Blue) = 252+37+242=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 37 (14.84% from 255 or 6.97% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC25F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC25F2 is #03DA0D. Grayscale: #7C7C7C. Windows color (decimal): -252430 or 15869436. OLE color: 15869436.
HSL color Cylindrical-coordinate representation of color #FC25F2: hue angle of 302.79º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC25F2 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 242 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.01 |
| HSL | 302.79º | 0.97% | 0.57% | - |
| HSV(B) | 302.79º | 0.85% | 0.99% | - |
| XYZ | 56.83 | 28.43 | 86.5 | - |
| YUV | 124.66 | 194.23 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 242 | 0 | 0.85 | 0.04 | 0.01 | 302.79 | 0.97 | 0.57 |
| Hex | FC | 25 | F2 | 0 | 55 | 4 | 1 | 12F | 61 | 39 |
| Octal | 374 | 45 | 362 | 0 | 125 | 4 | 1 | 457 | 141 | 71 |
| Binary | 11111100 | 100101 | 11110010 | 0 | 1010101 | 100 | 1 | 100101111 | 1100001 | 111001 |
Color Harmonies of #FC25F2
Complementary color
Monochromatic Colors of #FC25F2
Black with #FC25F2
Text Example
Text Example
White with #FC25F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC25F2; }
p { color: rgb(252,37,242); }
H1.HeaderClassName
{
color: #FC25F2;
}
.AnyTagClassName
{
color: #FC25F2;
}
</style>
background-color css
<style>
a { background-color: #FC25F2; }
a { background-color: rgb(252,37,242); }
div.DivClassName
{
background-color: #FC25F2;
}
.BgClassName
{
background-color: #FC25F2;
}
</style>
border-color css
<style>
span { border-color: #FC25F2; }
span { border-color: rgb(252,37,242); }
td.TdClassName
{
border-color: #FC25F2;
}
.TagClassName
{
border-color: #FC25F2;
}
</style>