Html Css Color HEX #FC01E8 Magenta

📋 copy color: '#FC01E8'

red 252 ◦ green 1 ◦ blue 232

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

Shades of Magenta #FC01E8

Tints of Magenta #FC01E8

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.21%

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

R = 51.96%
G = 0.21%
B = 47.84%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC01E8 (or 0xFC01E8) is known color: Magenta. HEX triplet: FC, 01 and E8. RGB value is (252,1,232). Sum of RGB (Red+Green+Blue) = 252+1+232=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 1 (0.78% from 255 or 0.21% from 485); Blue value is 232 (91.02% from 255 or 47.84% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC01E8 is #03FE17. Grayscale: #656565. Windows color (decimal): -261656 or 15204860. OLE color: 15204860.

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

Color convert

RGB 252 1 232 -
CMYK 0 1.00 0.08 0.01
HSL 304.78º 0.99% 0.5% -
HSV(B) 304.78º 1% 0.99% -
XYZ 54.72 26.54 78.58 -
YUV 102.38 201.16 234.72 -
System Red Green Blue C M Y K H S L
Decimal 252 1 232 0 1.00 0.08 0.01 304.78 0.99 0.5
Hex FC 1 E8 0 64 8 1 131 63 32
Octal 374 1 350 0 144 10 1 461 143 62
Binary 11111100 1 11101000 0 1100100 1000 1 100110001 1100011 110010

Color Harmonies of #FC01E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC01E8

Black with #FC01E8

Text Example


Text Example

White with #FC01E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC01E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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