Html Css Color HEX #FC18EC Magenta

📋 copy color: '#FC18EC'

red 252 ◦ green 24 ◦ blue 236

#FC18EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magenta #FC18EC

Tints of Magenta #FC18EC

RGB

 RED value IS 252 (98.83% from 255) = 49.22%

 GREEN value IS 24 (9.77% from 255) = 4.69%

 BLUE value IS 236 (92.58% from 255) = 46.09%

R = 49.22%
G = 4.69%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC18EC (or 0xFC18EC) is known color: Magenta. HEX triplet: FC, 18 and EC. RGB value is (252,24,236). Sum of RGB (Red+Green+Blue) = 252+24+236=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 24 (9.77% from 255 or 4.69% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC18EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC18EC is #03E713. Grayscale: #737373. Windows color (decimal): -255764 or 15472892. OLE color: 15472892.

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

Color convert

RGB 252 24 236 -
CMYK 0 0.90 0.06 0.01
HSL 304.21º 0.97% 0.54% -
HSV(B) 304.21º 0.9% 0.99% -
XYZ 55.61 27.4 81.72 -
YUV 116.34 195.54 224.76 -
System Red Green Blue C M Y K H S L
Decimal 252 24 236 0 0.90 0.06 0.01 304.21 0.97 0.54
Hex FC 18 EC 0 5A 6 1 130 61 36
Octal 374 30 354 0 132 6 1 460 141 66
Binary 11111100 11000 11101100 0 1011010 110 1 100110000 1100001 110110

Color Harmonies of #FC18EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC18EC

Black with #FC18EC

Text Example


Text Example

White with #FC18EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC18EC; }

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

 H1.HeaderClassName
 {
   color: #FC18EC;
 }
 .AnyTagClassName
 {
   color: #FC18EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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