Html Css Color HEX #FC04E4 Hot Magenta

📋 copy color: '#FC04E4'

red 252 ◦ green 4 ◦ blue 228

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

Shades of Hot Magenta #FC04E4

Tints of Hot Magenta #FC04E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.11%

R = 52.07%
G = 0.83%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC04E4 (or 0xFC04E4) is known color: Hot Magenta. HEX triplet: FC, 04 and E4. RGB value is (252,4,228). Sum of RGB (Red+Green+Blue) = 252+4+228=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 4 (1.95% from 255 or 0.83% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC04E4 is #03FB1B. Grayscale: #676767. Windows color (decimal): -260892 or 14943484. OLE color: 14943484.

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

Color convert

RGB 252 4 228 -
CMYK 0 0.98 0.10 0.01
HSL 305.81º 0.98% 0.5% -
HSV(B) 305.81º 0.98% 0.99% -
XYZ 54.19 26.38 75.64 -
YUV 103.69 198.16 233.79 -
System Red Green Blue C M Y K H S L
Decimal 252 4 228 0 0.98 0.10 0.01 305.81 0.98 0.5
Hex FC 4 E4 0 62 A 1 132 62 32
Octal 374 4 344 0 142 12 1 462 142 62
Binary 11111100 100 11100100 0 1100010 1010 1 100110010 1100010 110010

Color Harmonies of #FC04E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC04E4

Black with #FC04E4

Text Example


Text Example

White with #FC04E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC04E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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