Html Css Color HEX #FC04DC Hot Magenta

📋 copy color: '#FC04DC'

red 252 ◦ green 4 ◦ blue 220

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

Shades of Hot Magenta #FC04DC

Tints of Hot Magenta #FC04DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 52.94%
G = 0.84%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC04DC (or 0xFC04DC) is known color: Hot Magenta. HEX triplet: FC, 04 and DC. RGB value is (252,4,220). Sum of RGB (Red+Green+Blue) = 252+4+220=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 4 (1.95% from 255 or 0.84% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC04DC is #03FB23. Grayscale: #666666. Windows color (decimal): -260900 or 14419196. OLE color: 14419196.

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

Color convert

RGB 252 4 220 -
CMYK 0 0.98 0.13 0.01
HSL 307.74º 0.98% 0.5% -
HSV(B) 307.74º 0.98% 0.99% -
XYZ 53.11 25.95 69.92 -
YUV 102.78 194.16 234.44 -
System Red Green Blue C M Y K H S L
Decimal 252 4 220 0 0.98 0.13 0.01 307.74 0.98 0.5
Hex FC 4 DC 0 62 D 1 134 62 32
Octal 374 4 334 0 142 15 1 464 142 62
Binary 11111100 100 11011100 0 1100010 1101 1 100110100 1100010 110010

Color Harmonies of #FC04DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC04DC

Black with #FC04DC

Text Example


Text Example

White with #FC04DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC04DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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