Html Css Color HEX #FC12EC Magenta

📋 copy color: '#FC12EC'

red 252 ◦ green 18 ◦ blue 236

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

Shades of Magenta #FC12EC

Tints of Magenta #FC12EC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.56%

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

R = 49.8%
G = 3.56%
B = 46.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC12EC (or 0xFC12EC) is known color: Magenta. HEX triplet: FC, 12 and EC. RGB value is (252,18,236). Sum of RGB (Red+Green+Blue) = 252+18+236=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 18 (7.42% from 255 or 3.56% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC12EC is #03ED13. Grayscale: #707070. Windows color (decimal): -257300 or 15471356. OLE color: 15471356.

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

Color convert

RGB 252 18 236 -
CMYK 0 0.93 0.06 0.01
HSL 304.1º 0.98% 0.53% -
HSV(B) 304.1º 0.93% 0.99% -
XYZ 55.5 27.18 81.68 -
YUV 112.82 197.52 227.27 -
System Red Green Blue C M Y K H S L
Decimal 252 18 236 0 0.93 0.06 0.01 304.1 0.98 0.53
Hex FC 12 EC 0 5D 6 1 130 62 35
Octal 374 22 354 0 135 6 1 460 142 65
Binary 11111100 10010 11101100 0 1011101 110 1 100110000 1100010 110101

Color Harmonies of #FC12EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC12EC

Black with #FC12EC

Text Example


Text Example

White with #FC12EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC12EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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