Html Css Color HEX #FC12E8 Magenta

📋 copy color: '#FC12E8'

red 252 ◦ green 18 ◦ blue 232

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

Shades of Magenta #FC12E8

Tints of Magenta #FC12E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.22%

R = 50.2%
G = 3.59%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC12E8 (or 0xFC12E8) is known color: Magenta. HEX triplet: FC, 12 and E8. RGB value is (252,18,232). Sum of RGB (Red+Green+Blue) = 252+18+232=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 18 (7.42% from 255 or 3.59% from 502); Blue value is 232 (91.02% from 255 or 46.22% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC12E8 is #03ED17. Grayscale: #6F6F6F. Windows color (decimal): -257304 or 15209212. OLE color: 15209212.

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

Color convert

RGB 252 18 232 -
CMYK 0 0.93 0.08 0.01
HSL 305.13º 0.98% 0.53% -
HSV(B) 305.13º 0.93% 0.99% -
XYZ 54.93 26.95 78.65 -
YUV 112.36 195.52 227.6 -
System Red Green Blue C M Y K H S L
Decimal 252 18 232 0 0.93 0.08 0.01 305.13 0.98 0.53
Hex FC 12 E8 0 5D 8 1 131 62 35
Octal 374 22 350 0 135 10 1 461 142 65
Binary 11111100 10010 11101000 0 1011101 1000 1 100110001 1100010 110101

Color Harmonies of #FC12E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC12E8

Black with #FC12E8

Text Example


Text Example

White with #FC12E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC12E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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