Html Css Color HEX #FC1EFE Magenta

📋 copy color: '#FC1EFE'

red 252 ◦ green 30 ◦ blue 254

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

Shades of Magenta #FC1EFE

Tints of Magenta #FC1EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.39%

R = 47.01%
G = 5.6%
B = 47.39%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC1EFE (or 0xFC1EFE) is known color: Magenta. HEX triplet: FC, 1E and FE. RGB value is (252,30,254). Sum of RGB (Red+Green+Blue) = 252+30+254=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 30 (12.11% from 255 or 5.60% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC1EFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1EFE is #03E101. Grayscale: #797979. Windows color (decimal): -254210 or 16654076. OLE color: 16654076.

HSL color Cylindrical-coordinate representation of color #FC1EFE: hue angle of 299.46º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1EFE is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 252 30 254 -
CMYK 0.01 0.88 0 0.00
HSL 299.46º 0.99% 0.56% -
HSV(B) 299.46º 0.88% 1% -
XYZ 58.5 28.78 96.24 -
YUV 121.91 202.55 220.79 -
System Red Green Blue C M Y K H S L
Decimal 252 30 254 0.01 0.88 0 0.00 299.46 0.99 0.56
Hex FC 1E FE 1 58 0 0 12B 63 38
Octal 374 36 376 1 130 0 0 453 143 70
Binary 11111100 11110 11111110 1 1011000 0 0 100101011 1100011 111000

Color Harmonies of #FC1EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1EFE

Black with #FC1EFE

Text Example


Text Example

White with #FC1EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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