Html Css Color HEX #FC00E9 Magenta

📋 copy color: '#FC00E9'

red 252 ◦ green 0 ◦ blue 233

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

Shades of Magenta #FC00E9

Tints of Magenta #FC00E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.04%

R = 51.96%
G = 0%
B = 48.04%

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

#FC00E9 (or 0xFC00E9) is known color: Magenta. HEX triplet: FC, 00 and E9. RGB value is (252,0,233). Sum of RGB (Red+Green+Blue) = 252+0+233=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 0 (0.39% from 255 or 0% from 485); Blue value is 233 (91.41% from 255 or 48.04% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC00E9 is #03FF16. Grayscale: #656565. Windows color (decimal): -261911 or 15270140. OLE color: 15270140.

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

Color convert

RGB 252 0 233 -
CMYK 0 1 0.08 0.01
HSL 304.52º 1% 0.49% -
HSV(B) 304.52º 1% 0.99% -
XYZ 54.85 26.58 79.33 -
YUV 101.91 201.99 235.05 -
System Red Green Blue C M Y K H S L
Decimal 252 0 233 0 1 0.08 0.01 304.52 1 0.49
Hex FC 0 E9 0 64 8 1 131 64 31
Octal 374 0 351 0 144 10 1 461 144 61
Binary 11111100 0 11101001 0 1100100 1000 1 100110001 1100100 110001

Color Harmonies of #FC00E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00E9

Black with #FC00E9

Text Example


Text Example

White with #FC00E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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