Html Css Color HEX #FC18ED Magenta

📋 copy color: '#FC18ED'

red 252 ◦ green 24 ◦ blue 237

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

Shades of Magenta #FC18ED

Tints of Magenta #FC18ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.2%

R = 49.12%
G = 4.68%
B = 46.2%

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

#FC18ED (or 0xFC18ED) is known color: Magenta. HEX triplet: FC, 18 and ED. RGB value is (252,24,237). Sum of RGB (Red+Green+Blue) = 252+24+237=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 24 (9.77% from 255 or 4.68% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC18ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC18ED is #03E712. Grayscale: #737373. Windows color (decimal): -255763 or 15538428. OLE color: 15538428.

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

Color convert

RGB 252 24 237 -
CMYK 0 0.90 0.06 0.01
HSL 303.95º 0.97% 0.54% -
HSV(B) 303.95º 0.9% 0.99% -
XYZ 55.76 27.46 82.48 -
YUV 116.45 196.04 224.68 -
System Red Green Blue C M Y K H S L
Decimal 252 24 237 0 0.90 0.06 0.01 303.95 0.97 0.54
Hex FC 18 ED 0 5A 6 1 130 61 36
Octal 374 30 355 0 132 6 1 460 141 66
Binary 11111100 11000 11101101 0 1011010 110 1 100110000 1100001 110110

Color Harmonies of #FC18ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC18ED

Black with #FC18ED

Text Example


Text Example

White with #FC18ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC18ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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