Html Css Color HEX #FC10EC Magenta

📋 copy color: '#FC10EC'

red 252 ◦ green 16 ◦ blue 236

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

Shades of Magenta #FC10EC

Tints of Magenta #FC10EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.83%

R = 50%
G = 3.17%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC10EC (or 0xFC10EC) is known color: Magenta. HEX triplet: FC, 10 and EC. RGB value is (252,16,236). Sum of RGB (Red+Green+Blue) = 252+16+236=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 16 (6.64% from 255 or 3.17% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC10EC is #03EF13. Grayscale: #6F6F6F. Windows color (decimal): -257812 or 15470844. OLE color: 15470844.

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

Color convert

RGB 252 16 236 -
CMYK 0 0.94 0.06 0.01
HSL 304.07º 0.98% 0.53% -
HSV(B) 304.07º 0.94% 0.99% -
XYZ 55.47 27.12 81.67 -
YUV 111.64 198.19 228.11 -
System Red Green Blue C M Y K H S L
Decimal 252 16 236 0 0.94 0.06 0.01 304.07 0.98 0.53
Hex FC 10 EC 0 5E 6 1 130 62 35
Octal 374 20 354 0 136 6 1 460 142 65
Binary 11111100 10000 11101100 0 1011110 110 1 100110000 1100010 110101

Color Harmonies of #FC10EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC10EC

Black with #FC10EC

Text Example


Text Example

White with #FC10EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC10EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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