Html Css Color HEX #FC00E5 Hot Magenta

📋 copy color: '#FC00E5'

red 252 ◦ green 0 ◦ blue 229

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

Shades of Hot Magenta #FC00E5

Tints of Hot Magenta #FC00E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.61%

R = 52.39%
G = 0%
B = 47.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC00E5 (or 0xFC00E5) is known color: Hot Magenta. HEX triplet: FC, 00 and E5. RGB value is (252,0,229). Sum of RGB (Red+Green+Blue) = 252+0+229=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 0 (0.39% from 255 or 0% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00E5 is #03FF1A. Grayscale: #646464. Windows color (decimal): -261915 or 15007996. OLE color: 15007996.

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

Color convert

RGB 252 0 229 -
CMYK 0 1 0.09 0.01
HSL 305.48º 1% 0.49% -
HSV(B) 305.48º 1% 0.99% -
XYZ 54.29 26.35 76.35 -
YUV 101.45 199.99 235.38 -
System Red Green Blue C M Y K H S L
Decimal 252 0 229 0 1 0.09 0.01 305.48 1 0.49
Hex FC 0 E5 0 64 9 1 131 64 31
Octal 374 0 345 0 144 11 1 461 144 61
Binary 11111100 0 11100101 0 1100100 1001 1 100110001 1100100 110001

Color Harmonies of #FC00E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00E5

Black with #FC00E5

Text Example


Text Example

White with #FC00E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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