Html Css Color HEX #FC18EA Magenta

📋 copy color: '#FC18EA'

red 252 ◦ green 24 ◦ blue 234

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

Shades of Magenta #FC18EA

Tints of Magenta #FC18EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.88%

R = 49.41%
G = 4.71%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FC18EA (or 0xFC18EA) is known color: Magenta. HEX triplet: FC, 18 and EA. RGB value is (252,24,234). Sum of RGB (Red+Green+Blue) = 252+24+234=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 24 (9.77% from 255 or 4.71% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC18EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC18EA is #03E715. Grayscale: #737373. Windows color (decimal): -255766 or 15341820. OLE color: 15341820.

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

Color convert

RGB 252 24 234 -
CMYK 0 0.90 0.07 0.01
HSL 304.74º 0.97% 0.54% -
HSV(B) 304.74º 0.9% 0.99% -
XYZ 55.32 27.29 80.19 -
YUV 116.11 194.54 224.92 -
System Red Green Blue C M Y K H S L
Decimal 252 24 234 0 0.90 0.07 0.01 304.74 0.97 0.54
Hex FC 18 EA 0 5A 7 1 131 61 36
Octal 374 30 352 0 132 7 1 461 141 66
Binary 11111100 11000 11101010 0 1011010 111 1 100110001 1100001 110110

Color Harmonies of #FC18EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC18EA

Black with #FC18EA

Text Example


Text Example

White with #FC18EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC18EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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