#FC18E0

Color #FC18E0 Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #FC18E0

Tints of Hot Magenta #FC18E0

Color information

#FC18E0 (or 0xFC18E0) is unknown color: approx Hot Magenta. HEX triplet: FC, 18 and E0. RGB value is (252,24,224). Sum of RGB (Red+Green+Blue) = 252+24+224=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 24 (9.77% from 255 or 4.8% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC18E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC18E0 is #03E71F. Grayscale: #727272. Windows color (decimal): -255776 or 14686460. OLE color: 14686460.

HSL color Cylindrical-coordinate representation of color #FC18E0: hue angle of 307.37º 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 #FC18E0 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB25224224-
CMYK00.900.110.01
HSL307.37º97.44%54.12%-
HSV(B)307.37º90.48%98.82%-
XYZ53.9326.7372.84-
YUV114.97189.54225.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 50.4%
GREEN value IS 24 (9.77% from 255) = 4.8%
BLUE value IS 224 (87.89% from 255) = 44.8%
R=50.4%
G=4.8%
B=44.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522422400.900.110.01307.3797.4454.12
HexFC18E005AB11336136
Octal37430340013213146314166
Binary11111100110001110000001011010101111001100111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC18E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC18E0; }

 p { color: rgb(252,24,224); }

 H1.HeaderClassName
 {
   color: #FC18E0;
 }
 .AnyTagClassName
 {
   color: #FC18E0;
 }
</style>
background-color css

<style>
 a { background-color: #FC18E0; }

 a { background-color: rgb(252,24,224); }

 div.DivClassName
 {
   background-color: #FC18E0;
 }
 .BgClassName
 {
   background-color: #FC18E0;
 }
</style>
border-color css

<style>
 span { border-color: #FC18E0; }

 span { border-color: rgb(252,24,224); }

 td.TdClassName
 {
   border-color: #FC18E0;
 }
 .TagClassName
 {
   border-color: #FC18E0;
 }
</style>