Html Css Color HEX #FC11E6 Magenta

📋 copy color: '#FC11E6'

red 252 ◦ green 17 ◦ blue 230

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

Shades of Magenta #FC11E6

Tints of Magenta #FC11E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.09%

R = 50.5%
G = 3.41%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC11E6 (or 0xFC11E6) is known color: Magenta. HEX triplet: FC, 11 and E6. RGB value is (252,17,230). Sum of RGB (Red+Green+Blue) = 252+17+230=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 17 (7.03% from 255 or 3.41% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC11E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC11E6 is #03EE19. Grayscale: #6E6E6E. Windows color (decimal): -257562 or 15077884. OLE color: 15077884.

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

Color convert

RGB 252 17 230 -
CMYK 0 0.93 0.09 0.01
HSL 305.62º 0.98% 0.53% -
HSV(B) 305.62º 0.93% 0.99% -
XYZ 54.63 26.81 77.16 -
YUV 111.55 194.86 228.18 -
System Red Green Blue C M Y K H S L
Decimal 252 17 230 0 0.93 0.09 0.01 305.62 0.98 0.53
Hex FC 11 E6 0 5D 9 1 132 62 35
Octal 374 21 346 0 135 11 1 462 142 65
Binary 11111100 10001 11100110 0 1011101 1001 1 100110010 1100010 110101

Color Harmonies of #FC11E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC11E6

Black with #FC11E6

Text Example


Text Example

White with #FC11E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC11E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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