Html Css Color HEX #FC04E9 Magenta

📋 copy color: '#FC04E9'

red 252 ◦ green 4 ◦ blue 233

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

Shades of Magenta #FC04E9

Tints of Magenta #FC04E9

RGB

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

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

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

R = 51.53%
G = 0.82%
B = 47.65%

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

#FC04E9 (or 0xFC04E9) is known color: Magenta. HEX triplet: FC, 04 and E9. RGB value is (252,4,233). Sum of RGB (Red+Green+Blue) = 252+4+233=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 4 (1.95% from 255 or 0.82% from 489); Blue value is 233 (91.41% from 255 or 47.65% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC04E9 is #03FB16. Grayscale: #676767. Windows color (decimal): -260887 or 15271164. OLE color: 15271164.

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

Color convert

RGB 252 4 233 -
CMYK 0 0.98 0.08 0.01
HSL 304.6º 0.98% 0.5% -
HSV(B) 304.6º 0.98% 0.99% -
XYZ 54.9 26.67 79.34 -
YUV 104.26 200.66 233.38 -
System Red Green Blue C M Y K H S L
Decimal 252 4 233 0 0.98 0.08 0.01 304.6 0.98 0.5
Hex FC 4 E9 0 62 8 1 131 62 32
Octal 374 4 351 0 142 10 1 461 142 62
Binary 11111100 100 11101001 0 1100010 1000 1 100110001 1100010 110010

Color Harmonies of #FC04E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC04E9

Black with #FC04E9

Text Example


Text Example

White with #FC04E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC04E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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