Shades of Magenta #FC18F7
Tints of Magenta #FC18F7
RGB
CMYK
RGB Variations
Color information
#FC18F7 (or 0xFC18F7) is known color: Magenta. HEX triplet: FC, 18 and F7. RGB value is (252,24,247). Sum of RGB (Red+Green+Blue) = 252+24+247=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 24 (9.77% from 255 or 4.59% from 523); Blue value is 247 (96.88% from 255 or 47.23% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FC18F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC18F7 is #03E708. Grayscale: #747474. Windows color (decimal): -255753 or 16193788. OLE color: 16193788.
HSL color Cylindrical-coordinate representation of color #FC18F7: hue angle of 301.32º 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 #FC18F7 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 247 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.01 |
| HSL | 301.32º | 0.97% | 0.54% | - |
| HSV(B) | 301.32º | 0.9% | 0.99% | - |
| XYZ | 57.26 | 28.06 | 90.39 | - |
| YUV | 117.59 | 201.04 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 247 | 0 | 0.90 | 0.02 | 0.01 | 301.32 | 0.97 | 0.54 |
| Hex | FC | 18 | F7 | 0 | 5A | 2 | 1 | 12D | 61 | 36 |
| Octal | 374 | 30 | 367 | 0 | 132 | 2 | 1 | 455 | 141 | 66 |
| Binary | 11111100 | 11000 | 11110111 | 0 | 1011010 | 10 | 1 | 100101101 | 1100001 | 110110 |
Color Harmonies of #FC18F7
Complementary color
Monochromatic Colors of #FC18F7
Black with #FC18F7
Text Example
Text Example
White with #FC18F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC18F7; }
p { color: rgb(252,24,247); }
H1.HeaderClassName
{
color: #FC18F7;
}
.AnyTagClassName
{
color: #FC18F7;
}
</style>
background-color css
<style>
a { background-color: #FC18F7; }
a { background-color: rgb(252,24,247); }
div.DivClassName
{
background-color: #FC18F7;
}
.BgClassName
{
background-color: #FC18F7;
}
</style>
border-color css
<style>
span { border-color: #FC18F7; }
span { border-color: rgb(252,24,247); }
td.TdClassName
{
border-color: #FC18F7;
}
.TagClassName
{
border-color: #FC18F7;
}
</style>