Shades of Magenta #FC18F5
Tints of Magenta #FC18F5
RGB
CMYK
RGB Variations
Color information
#FC18F5 (or 0xFC18F5) is known color: Magenta. HEX triplet: FC, 18 and F5. RGB value is (252,24,245). Sum of RGB (Red+Green+Blue) = 252+24+245=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 24 (9.77% from 255 or 4.61% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC18F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC18F5 is #03E70A. Grayscale: #747474. Windows color (decimal): -255755 or 16062716. OLE color: 16062716.
HSL color Cylindrical-coordinate representation of color #FC18F5: hue angle of 301.84º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC18F5 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 245 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.01 |
| HSL | 301.84º | 0.97% | 0.54% | - |
| HSV(B) | 301.84º | 0.9% | 0.99% | - |
| XYZ | 56.95 | 27.94 | 88.78 | - |
| YUV | 117.37 | 200.04 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 245 | 0 | 0.90 | 0.03 | 0.01 | 301.84 | 0.97 | 0.54 |
| Hex | FC | 18 | F5 | 0 | 5A | 3 | 1 | 12E | 61 | 36 |
| Octal | 374 | 30 | 365 | 0 | 132 | 3 | 1 | 456 | 141 | 66 |
| Binary | 11111100 | 11000 | 11110101 | 0 | 1011010 | 11 | 1 | 100101110 | 1100001 | 110110 |
Color Harmonies of #FC18F5
Complementary color
Monochromatic Colors of #FC18F5
Black with #FC18F5
Text Example
Text Example
White with #FC18F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC18F5; }
p { color: rgb(252,24,245); }
H1.HeaderClassName
{
color: #FC18F5;
}
.AnyTagClassName
{
color: #FC18F5;
}
</style>
background-color css
<style>
a { background-color: #FC18F5; }
a { background-color: rgb(252,24,245); }
div.DivClassName
{
background-color: #FC18F5;
}
.BgClassName
{
background-color: #FC18F5;
}
</style>
border-color css
<style>
span { border-color: #FC18F5; }
span { border-color: rgb(252,24,245); }
td.TdClassName
{
border-color: #FC18F5;
}
.TagClassName
{
border-color: #FC18F5;
}
</style>