Html Css Color HEX #FC04DA Hot Magenta

📋 copy color: '#FC04DA'

red 252 ◦ green 4 ◦ blue 218

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

Shades of Hot Magenta #FC04DA

Tints of Hot Magenta #FC04DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 53.16%
G = 0.84%
B = 45.99%

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

#FC04DA (or 0xFC04DA) is known color: Hot Magenta. HEX triplet: FC, 04 and DA. RGB value is (252,4,218). Sum of RGB (Red+Green+Blue) = 252+4+218=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 4 (1.95% from 255 or 0.84% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC04DA is #03FB25. Grayscale: #656565. Windows color (decimal): -260902 or 14288124. OLE color: 14288124.

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

Color convert

RGB 252 4 218 -
CMYK 0 0.98 0.13 0.01
HSL 308.23º 0.98% 0.5% -
HSV(B) 308.23º 0.98% 0.99% -
XYZ 52.84 25.84 68.53 -
YUV 102.55 193.16 234.6 -
System Red Green Blue C M Y K H S L
Decimal 252 4 218 0 0.98 0.13 0.01 308.23 0.98 0.5
Hex FC 4 DA 0 62 D 1 134 62 32
Octal 374 4 332 0 142 15 1 464 142 62
Binary 11111100 100 11011010 0 1100010 1101 1 100110100 1100010 110010

Color Harmonies of #FC04DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC04DA

Black with #FC04DA

Text Example


Text Example

White with #FC04DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC04DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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