Html Css Color HEX #FC11FE Magenta

📋 copy color: '#FC11FE'

red 252 ◦ green 17 ◦ blue 254

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

Shades of Magenta #FC11FE

Tints of Magenta #FC11FE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.25%

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

R = 48.18%
G = 3.25%
B = 48.57%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC11FE (or 0xFC11FE) is known color: Magenta. HEX triplet: FC, 11 and FE. RGB value is (252,17,254). Sum of RGB (Red+Green+Blue) = 252+17+254=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 17 (7.03% from 255 or 3.25% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC11FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC11FE is #03EE01. Grayscale: #717171. Windows color (decimal): -257538 or 16650748. OLE color: 16650748.

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

Color convert

RGB 252 17 254 -
CMYK 0.01 0.93 0 0.00
HSL 299.49º 0.99% 0.53% -
HSV(B) 299.49º 0.93% 1% -
XYZ 58.23 28.25 96.15 -
YUV 114.28 206.86 226.23 -
System Red Green Blue C M Y K H S L
Decimal 252 17 254 0.01 0.93 0 0.00 299.49 0.99 0.53
Hex FC 11 FE 1 5D 0 0 12B 63 35
Octal 374 21 376 1 135 0 0 453 143 65
Binary 11111100 10001 11111110 1 1011101 0 0 100101011 1100011 110101

Color Harmonies of #FC11FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC11FE

Black with #FC11FE

Text Example


Text Example

White with #FC11FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC11FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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