Html Css Color HEX #FC1EFF Magenta

📋 copy color: '#FC1EFF'

red 252 ◦ green 30 ◦ blue 255

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

Shades of Magenta #FC1EFF

Tints of Magenta #FC1EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.49%

R = 46.93%
G = 5.59%
B = 47.49%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC1EFF (or 0xFC1EFF) is known color: Magenta. HEX triplet: FC, 1E and FF. RGB value is (252,30,255). Sum of RGB (Red+Green+Blue) = 252+30+255=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 30 (12.11% from 255 or 5.59% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC1EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1EFF is #03E100. Grayscale: #797979. Windows color (decimal): -254209 or 16719612. OLE color: 16719612.

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

Color convert

RGB 252 30 255 -
CMYK 0.01 0.88 0 0
HSL 299.2º 1% 0.56% -
HSV(B) 299.2º 0.88% 1% -
XYZ 58.66 28.84 97.08 -
YUV 122.03 203.05 220.7 -
System Red Green Blue C M Y K H S L
Decimal 252 30 255 0.01 0.88 0 0 299.2 1 0.56
Hex FC 1E FF 1 58 0 0 12B 64 38
Octal 374 36 377 1 130 0 0 453 144 70
Binary 11111100 11110 11111111 1 1011000 0 0 100101011 1100100 111000

Color Harmonies of #FC1EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1EFF

Black with #FC1EFF

Text Example


Text Example

White with #FC1EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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