Html Css Color HEX #FC12EF Magenta

📋 copy color: '#FC12EF'

red 252 ◦ green 18 ◦ blue 239

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

Shades of Magenta #FC12EF

Tints of Magenta #FC12EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.95%

R = 49.51%
G = 3.54%
B = 46.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC12EF (or 0xFC12EF) is known color: Magenta. HEX triplet: FC, 12 and EF. RGB value is (252,18,239). Sum of RGB (Red+Green+Blue) = 252+18+239=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 18 (7.42% from 255 or 3.54% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC12EF is #03ED10. Grayscale: #707070. Windows color (decimal): -257297 or 15667964. OLE color: 15667964.

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

Color convert

RGB 252 18 239 -
CMYK 0 0.93 0.05 0.01
HSL 303.33º 0.98% 0.53% -
HSV(B) 303.33º 0.93% 0.99% -
XYZ 55.94 27.36 83.99 -
YUV 113.16 199.02 227.03 -
System Red Green Blue C M Y K H S L
Decimal 252 18 239 0 0.93 0.05 0.01 303.33 0.98 0.53
Hex FC 12 EF 0 5D 5 1 12F 62 35
Octal 374 22 357 0 135 5 1 457 142 65
Binary 11111100 10010 11101111 0 1011101 101 1 100101111 1100010 110101

Color Harmonies of #FC12EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC12EF

Black with #FC12EF

Text Example


Text Example

White with #FC12EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC12EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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