Html Css Color HEX #FC04E8 Magenta

📋 copy color: '#FC04E8'

red 252 ◦ green 4 ◦ blue 232

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

Shades of Magenta #FC04E8

Tints of Magenta #FC04E8

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.82%

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

R = 51.64%
G = 0.82%
B = 47.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC04E8 (or 0xFC04E8) is known color: Magenta. HEX triplet: FC, 04 and E8. RGB value is (252,4,232). Sum of RGB (Red+Green+Blue) = 252+4+232=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 4 (1.95% from 255 or 0.82% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC04E8 is #03FB17. Grayscale: #676767. Windows color (decimal): -260888 or 15205628. OLE color: 15205628.

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

Color convert

RGB 252 4 232 -
CMYK 0 0.98 0.08 0.01
HSL 304.84º 0.98% 0.5% -
HSV(B) 304.84º 0.98% 0.99% -
XYZ 54.75 26.61 78.59 -
YUV 104.14 200.16 233.46 -
System Red Green Blue C M Y K H S L
Decimal 252 4 232 0 0.98 0.08 0.01 304.84 0.98 0.5
Hex FC 4 E8 0 62 8 1 131 62 32
Octal 374 4 350 0 142 10 1 461 142 62
Binary 11111100 100 11101000 0 1100010 1000 1 100110001 1100010 110010

Color Harmonies of #FC04E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC04E8

Black with #FC04E8

Text Example


Text Example

White with #FC04E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC04E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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