Html Css Color HEX #FC1AFC Magenta

📋 copy color: '#FC1AFC'

red 252 ◦ green 26 ◦ blue 252

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

Shades of Magenta #FC1AFC

Tints of Magenta #FC1AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.55%

R = 47.55%
G = 4.91%
B = 47.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC1AFC (or 0xFC1AFC) is known color: Magenta. HEX triplet: FC, 1A and FC. RGB value is (252,26,252). Sum of RGB (Red+Green+Blue) = 252+26+252=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 26 (10.55% from 255 or 4.91% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC1AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1AFC is #03E503. Grayscale: #767676. Windows color (decimal): -255236 or 16521980. OLE color: 16521980.

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

Color convert

RGB 252 26 252 -
CMYK 0 0.90 0 0.01
HSL 300º 0.97% 0.55% -
HSV(B) 300º 0.9% 0.99% -
XYZ 58.08 28.46 94.53 -
YUV 119.34 202.87 222.62 -
System Red Green Blue C M Y K H S L
Decimal 252 26 252 0 0.90 0 0.01 300 0.97 0.55
Hex FC 1A FC 0 5A 0 1 12C 61 37
Octal 374 32 374 0 132 0 1 454 141 67
Binary 11111100 11010 11111100 0 1011010 0 1 100101100 1100001 110111

Color Harmonies of #FC1AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1AFC

Black with #FC1AFC

Text Example


Text Example

White with #FC1AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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