Html Css Color HEX #FC04E5 Hot Magenta

📋 copy color: '#FC04E5'

red 252 ◦ green 4 ◦ blue 229

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

Shades of Hot Magenta #FC04E5

Tints of Hot Magenta #FC04E5

RGB

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

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

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

R = 51.96%
G = 0.82%
B = 47.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC04E5 (or 0xFC04E5) is known color: Hot Magenta. HEX triplet: FC, 04 and E5. RGB value is (252,4,229). Sum of RGB (Red+Green+Blue) = 252+4+229=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 4 (1.95% from 255 or 0.82% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC04E5 is #03FB1A. Grayscale: #676767. Windows color (decimal): -260891 or 15009020. OLE color: 15009020.

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

Color convert

RGB 252 4 229 -
CMYK 0 0.98 0.09 0.01
HSL 305.56º 0.98% 0.5% -
HSV(B) 305.56º 0.98% 0.99% -
XYZ 54.33 26.44 76.37 -
YUV 103.8 198.66 233.7 -
System Red Green Blue C M Y K H S L
Decimal 252 4 229 0 0.98 0.09 0.01 305.56 0.98 0.5
Hex FC 4 E5 0 62 9 1 132 62 32
Octal 374 4 345 0 142 11 1 462 142 62
Binary 11111100 100 11100101 0 1100010 1001 1 100110010 1100010 110010

Color Harmonies of #FC04E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC04E5

Black with #FC04E5

Text Example


Text Example

White with #FC04E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC04E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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