Html Css Color HEX #FC1EEF Magenta

📋 copy color: '#FC1EEF'

red 252 ◦ green 30 ◦ blue 239

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

Shades of Magenta #FC1EEF

Tints of Magenta #FC1EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.87%

R = 48.37%
G = 5.76%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC1EEF (or 0xFC1EEF) is known color: Magenta. HEX triplet: FC, 1E and EF. RGB value is (252,30,239). Sum of RGB (Red+Green+Blue) = 252+30+239=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 30 (12.11% from 255 or 5.76% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1EEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1EEF is #03E110. Grayscale: #777777. Windows color (decimal): -254225 or 15671036. OLE color: 15671036.

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

Color convert

RGB 252 30 239 -
CMYK 0 0.88 0.05 0.01
HSL 303.51º 0.97% 0.55% -
HSV(B) 303.51º 0.88% 0.99% -
XYZ 56.19 27.86 84.08 -
YUV 120.2 195.05 222.01 -
System Red Green Blue C M Y K H S L
Decimal 252 30 239 0 0.88 0.05 0.01 303.51 0.97 0.55
Hex FC 1E EF 0 58 5 1 130 61 37
Octal 374 36 357 0 130 5 1 460 141 67
Binary 11111100 11110 11101111 0 1011000 101 1 100110000 1100001 110111

Color Harmonies of #FC1EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1EEF

Black with #FC1EEF

Text Example


Text Example

White with #FC1EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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