Html Css Color HEX #FC12FA Magenta

📋 copy color: '#FC12FA'

red 252 ◦ green 18 ◦ blue 250

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

Shades of Magenta #FC12FA

Tints of Magenta #FC12FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.08%

R = 48.46%
G = 3.46%
B = 48.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC12FA (or 0xFC12FA) is known color: Magenta. HEX triplet: FC, 12 and FA. RGB value is (252,18,250). Sum of RGB (Red+Green+Blue) = 252+18+250=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 18 (7.42% from 255 or 3.46% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC12FA is #03ED05. Grayscale: #717171. Windows color (decimal): -257286 or 16388860. OLE color: 16388860.

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

Color convert

RGB 252 18 250 -
CMYK 0 0.93 0.01 0.01
HSL 300.51º 0.98% 0.53% -
HSV(B) 300.51º 0.93% 0.99% -
XYZ 57.62 28.03 92.82 -
YUV 114.41 204.52 226.14 -
System Red Green Blue C M Y K H S L
Decimal 252 18 250 0 0.93 0.01 0.01 300.51 0.98 0.53
Hex FC 12 FA 0 5D 1 1 12D 62 35
Octal 374 22 372 0 135 1 1 455 142 65
Binary 11111100 10010 11111010 0 1011101 1 1 100101101 1100010 110101

Color Harmonies of #FC12FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC12FA

Black with #FC12FA

Text Example


Text Example

White with #FC12FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC12FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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