Html Css Color HEX #FC1EFA Magenta

📋 copy color: '#FC1EFA'

red 252 ◦ green 30 ◦ blue 250

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

Shades of Magenta #FC1EFA

Tints of Magenta #FC1EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.99%

R = 47.37%
G = 5.64%
B = 46.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC1EFA (or 0xFC1EFA) is known color: Magenta. HEX triplet: FC, 1E and FA. RGB value is (252,30,250). Sum of RGB (Red+Green+Blue) = 252+30+250=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 30 (12.11% from 255 or 5.64% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1EFA is #03E105. Grayscale: #787878. Windows color (decimal): -254214 or 16391932. OLE color: 16391932.

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

Color convert

RGB 252 30 250 -
CMYK 0 0.88 0.01 0.01
HSL 300.54º 0.97% 0.55% -
HSV(B) 300.54º 0.88% 0.99% -
XYZ 57.86 28.53 92.9 -
YUV 121.46 200.55 221.11 -
System Red Green Blue C M Y K H S L
Decimal 252 30 250 0 0.88 0.01 0.01 300.54 0.97 0.55
Hex FC 1E FA 0 58 1 1 12D 61 37
Octal 374 36 372 0 130 1 1 455 141 67
Binary 11111100 11110 11111010 0 1011000 1 1 100101101 1100001 110111

Color Harmonies of #FC1EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1EFA

Black with #FC1EFA

Text Example


Text Example

White with #FC1EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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