Html Css Color HEX #FC00E8 Magenta

📋 copy color: '#FC00E8'

red 252 ◦ green 0 ◦ blue 232

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

Shades of Magenta #FC00E8

Tints of Magenta #FC00E8

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 232 (91.02% from 255) = 47.93%

R = 52.07%
G = 0%
B = 47.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC00E8 (or 0xFC00E8) is known color: Magenta. HEX triplet: FC, 00 and E8. RGB value is (252,0,232). Sum of RGB (Red+Green+Blue) = 252+0+232=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 0 (0.39% from 255 or 0% from 484); Blue value is 232 (91.02% from 255 or 47.93% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC00E8 is #03FF17. Grayscale: #656565. Windows color (decimal): -261912 or 15204604. OLE color: 15204604.

HSL color Cylindrical-coordinate representation of color #FC00E8: hue angle of 304.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC00E8 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 0 232 -
CMYK 0 1 0.08 0.01
HSL 304.76º 1% 0.49% -
HSV(B) 304.76º 1% 0.99% -
XYZ 54.71 26.52 78.58 -
YUV 101.8 201.49 235.14 -
System Red Green Blue C M Y K H S L
Decimal 252 0 232 0 1 0.08 0.01 304.76 1 0.49
Hex FC 0 E8 0 64 8 1 131 64 31
Octal 374 0 350 0 144 10 1 461 144 61
Binary 11111100 0 11101000 0 1100100 1000 1 100110001 1100100 110001

Color Harmonies of #FC00E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00E8

Black with #FC00E8

Text Example


Text Example

White with #FC00E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00E8; }

 p { color: rgb(252,0,232); }

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

background-color css

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

 a { background-color: rgb(252,0,232); }

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

border-color css

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

 span { border-color: rgb(252,0,232); }

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