Html Css Color HEX #FC10E6 Magenta

📋 copy color: '#FC10E6'

red 252 ◦ green 16 ◦ blue 230

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

Shades of Magenta #FC10E6

Tints of Magenta #FC10E6

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.21%

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

R = 50.6%
G = 3.21%
B = 46.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC10E6 (or 0xFC10E6) is known color: Magenta. HEX triplet: FC, 10 and E6. RGB value is (252,16,230). Sum of RGB (Red+Green+Blue) = 252+16+230=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 16 (6.64% from 255 or 3.21% from 498); Blue value is 230 (90.23% from 255 or 46.18% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC10E6 is #03EF19. Grayscale: #6E6E6E. Windows color (decimal): -257818 or 15077628. OLE color: 15077628.

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

Color convert

RGB 252 16 230 -
CMYK 0 0.94 0.09 0.01
HSL 305.59º 0.98% 0.53% -
HSV(B) 305.59º 0.94% 0.99% -
XYZ 54.61 26.78 77.15 -
YUV 110.96 195.19 228.6 -
System Red Green Blue C M Y K H S L
Decimal 252 16 230 0 0.94 0.09 0.01 305.59 0.98 0.53
Hex FC 10 E6 0 5E 9 1 132 62 35
Octal 374 20 346 0 136 11 1 462 142 65
Binary 11111100 10000 11100110 0 1011110 1001 1 100110010 1100010 110101

Color Harmonies of #FC10E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC10E6

Black with #FC10E6

Text Example


Text Example

White with #FC10E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC10E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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