Html Css Color HEX #FC1EEC Magenta

📋 copy color: '#FC1EEC'

red 252 ◦ green 30 ◦ blue 236

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

Shades of Magenta #FC1EEC

Tints of Magenta #FC1EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.56%

R = 48.65%
G = 5.79%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC1EEC (or 0xFC1EEC) is known color: Magenta. HEX triplet: FC, 1E and EC. RGB value is (252,30,236). Sum of RGB (Red+Green+Blue) = 252+30+236=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 30 (12.11% from 255 or 5.79% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1EEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1EEC is #03E113. Grayscale: #777777. Windows color (decimal): -254228 or 15474428. OLE color: 15474428.

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

Color convert

RGB 252 30 236 -
CMYK 0 0.88 0.06 0.01
HSL 304.32º 0.97% 0.55% -
HSV(B) 304.32º 0.88% 0.99% -
XYZ 55.75 27.68 81.76 -
YUV 119.86 193.55 222.25 -
System Red Green Blue C M Y K H S L
Decimal 252 30 236 0 0.88 0.06 0.01 304.32 0.97 0.55
Hex FC 1E EC 0 58 6 1 130 61 37
Octal 374 36 354 0 130 6 1 460 141 67
Binary 11111100 11110 11101100 0 1011000 110 1 100110000 1100001 110111

Color Harmonies of #FC1EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1EEC

Black with #FC1EEC

Text Example


Text Example

White with #FC1EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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