Html Css Color HEX #FC1EFC Magenta

📋 copy color: '#FC1EFC'

red 252 ◦ green 30 ◦ blue 252

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

Shades of Magenta #FC1EFC

Tints of Magenta #FC1EFC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.62%

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

R = 47.19%
G = 5.62%
B = 47.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC1EFC (or 0xFC1EFC) is known color: Magenta. HEX triplet: FC, 1E and FC. RGB value is (252,30,252). Sum of RGB (Red+Green+Blue) = 252+30+252=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 30 (12.11% from 255 or 5.62% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC1EFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1EFC is #03E103. Grayscale: #797979. Windows color (decimal): -254212 or 16523004. OLE color: 16523004.

HSL color Cylindrical-coordinate representation of color #FC1EFC: 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.88%. Process color model (Four color, CMYK) of #FC1EFC is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 30 252 -
CMYK 0 0.88 0 0.01
HSL 300º 0.97% 0.55% -
HSV(B) 300º 0.88% 0.99% -
XYZ 58.18 28.65 94.56 -
YUV 121.69 201.55 220.95 -
System Red Green Blue C M Y K H S L
Decimal 252 30 252 0 0.88 0 0.01 300 0.97 0.55
Hex FC 1E FC 0 58 0 1 12C 61 37
Octal 374 36 374 0 130 0 1 454 141 67
Binary 11111100 11110 11111100 0 1011000 0 1 100101100 1100001 110111

Color Harmonies of #FC1EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1EFC

Black with #FC1EFC

Text Example


Text Example

White with #FC1EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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