Html Css Color HEX #FC00E3 Hot Magenta

📋 copy color: '#FC00E3'

red 252 ◦ green 0 ◦ blue 227

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

Shades of Hot Magenta #FC00E3

Tints of Hot Magenta #FC00E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 47.39%

R = 52.61%
G = 0%
B = 47.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC00E3 (or 0xFC00E3) is known color: Hot Magenta. HEX triplet: FC, 00 and E3. RGB value is (252,0,227). Sum of RGB (Red+Green+Blue) = 252+0+227=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 0 (0.39% from 255 or 0% from 479); Blue value is 227 (89.06% from 255 or 47.39% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00E3 is #03FF1C. Grayscale: #646464. Windows color (decimal): -261917 or 14876924. OLE color: 14876924.

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

Color convert

RGB 252 0 227 -
CMYK 0 1 0.10 0.01
HSL 305.95º 1% 0.49% -
HSV(B) 305.95º 1% 0.99% -
XYZ 54.01 26.24 74.89 -
YUV 101.23 198.99 235.54 -
System Red Green Blue C M Y K H S L
Decimal 252 0 227 0 1 0.10 0.01 305.95 1 0.49
Hex FC 0 E3 0 64 A 1 132 64 31
Octal 374 0 343 0 144 12 1 462 144 61
Binary 11111100 0 11100011 0 1100100 1010 1 100110010 1100100 110001

Color Harmonies of #FC00E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00E3

Black with #FC00E3

Text Example


Text Example

White with #FC00E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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