Html Css Color HEX #FC20FA Magenta

📋 copy color: '#FC20FA'

red 252 ◦ green 32 ◦ blue 250

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

Shades of Magenta #FC20FA

Tints of Magenta #FC20FA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 5.99%

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

R = 47.19%
G = 5.99%
B = 46.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC20FA (or 0xFC20FA) is known color: Magenta. HEX triplet: FC, 20 and FA. RGB value is (252,32,250). Sum of RGB (Red+Green+Blue) = 252+32+250=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 32 (12.89% from 255 or 5.99% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC20FA is #03DF05. Grayscale: #797979. Windows color (decimal): -253702 or 16392444. OLE color: 16392444.

HSL color Cylindrical-coordinate representation of color #FC20FA: hue angle of 300.55º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC20FA is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 32 250 -
CMYK 0 0.87 0.01 0.01
HSL 300.55º 0.97% 0.56% -
HSV(B) 300.55º 0.87% 0.99% -
XYZ 57.92 28.63 92.92 -
YUV 122.63 199.89 220.27 -
System Red Green Blue C M Y K H S L
Decimal 252 32 250 0 0.87 0.01 0.01 300.55 0.97 0.56
Hex FC 20 FA 0 57 1 1 12D 61 38
Octal 374 40 372 0 127 1 1 455 141 70
Binary 11111100 100000 11111010 0 1010111 1 1 100101101 1100001 111000

Color Harmonies of #FC20FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC20FA

Black with #FC20FA

Text Example


Text Example

White with #FC20FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC20FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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