Html Css Color HEX #FC1ADC Hot Magenta

📋 copy color: '#FC1ADC'

red 252 ◦ green 26 ◦ blue 220

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

Shades of Hot Magenta #FC1ADC

Tints of Hot Magenta #FC1ADC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.22%

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

R = 50.6%
G = 5.22%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC1ADC (or 0xFC1ADC) is known color: Hot Magenta. HEX triplet: FC, 1A and DC. RGB value is (252,26,220). Sum of RGB (Red+Green+Blue) = 252+26+220=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 26 (10.55% from 255 or 5.22% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1ADC is #03E523. Grayscale: #737373. Windows color (decimal): -255268 or 14424828. OLE color: 14424828.

HSL color Cylindrical-coordinate representation of color #FC1ADC: hue angle of 308.5º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1ADC is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 26 220 -
CMYK 0 0.90 0.13 0.01
HSL 308.5º 0.97% 0.55% -
HSV(B) 308.5º 0.9% 0.99% -
XYZ 53.43 26.6 70.03 -
YUV 115.69 186.87 225.23 -
System Red Green Blue C M Y K H S L
Decimal 252 26 220 0 0.90 0.13 0.01 308.5 0.97 0.55
Hex FC 1A DC 0 5A D 1 134 61 37
Octal 374 32 334 0 132 15 1 464 141 67
Binary 11111100 11010 11011100 0 1011010 1101 1 100110100 1100001 110111

Color Harmonies of #FC1ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1ADC

Black with #FC1ADC

Text Example


Text Example

White with #FC1ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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