Html Css Color HEX #FC20EF Magenta

📋 copy color: '#FC20EF'

red 252 ◦ green 32 ◦ blue 239

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

Shades of Magenta #FC20EF

Tints of Magenta #FC20EF

RGB

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

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

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

R = 48.18%
G = 6.12%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC20EF (or 0xFC20EF) is known color: Magenta. HEX triplet: FC, 20 and EF. RGB value is (252,32,239). Sum of RGB (Red+Green+Blue) = 252+32+239=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 32 (12.89% from 255 or 6.12% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC20EF is #03DF10. Grayscale: #787878. Windows color (decimal): -253713 or 15671548. OLE color: 15671548.

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

Color convert

RGB 252 32 239 -
CMYK 0 0.87 0.05 0.01
HSL 303.55º 0.97% 0.56% -
HSV(B) 303.55º 0.87% 0.99% -
XYZ 56.24 27.96 84.09 -
YUV 121.38 194.39 221.17 -
System Red Green Blue C M Y K H S L
Decimal 252 32 239 0 0.87 0.05 0.01 303.55 0.97 0.56
Hex FC 20 EF 0 57 5 1 130 61 38
Octal 374 40 357 0 127 5 1 460 141 70
Binary 11111100 100000 11101111 0 1010111 101 1 100110000 1100001 111000

Color Harmonies of #FC20EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC20EF

Black with #FC20EF

Text Example


Text Example

White with #FC20EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC20EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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