Html Css Color HEX #FC04D3 Hot Magenta

📋 copy color: '#FC04D3'

red 252 ◦ green 4 ◦ blue 211

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

Shades of Hot Magenta #FC04D3

Tints of Hot Magenta #FC04D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.18%

R = 53.96%
G = 0.86%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC04D3 (or 0xFC04D3) is known color: Hot Magenta. HEX triplet: FC, 04 and D3. RGB value is (252,4,211). Sum of RGB (Red+Green+Blue) = 252+4+211=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 4 (1.95% from 255 or 0.86% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC04D3 is #03FB2C. Grayscale: #656565. Windows color (decimal): -260909 or 13829372. OLE color: 13829372.

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

Color convert

RGB 252 4 211 -
CMYK 0 0.98 0.16 0.01
HSL 309.92º 0.98% 0.5% -
HSV(B) 309.92º 0.98% 0.99% -
XYZ 51.95 25.49 63.81 -
YUV 101.75 189.66 235.17 -
System Red Green Blue C M Y K H S L
Decimal 252 4 211 0 0.98 0.16 0.01 309.92 0.98 0.5
Hex FC 4 D3 0 62 10 1 136 62 32
Octal 374 4 323 0 142 20 1 466 142 62
Binary 11111100 100 11010011 0 1100010 10000 1 100110110 1100010 110010

Color Harmonies of #FC04D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC04D3

Black with #FC04D3

Text Example


Text Example

White with #FC04D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC04D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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