Html Css Color HEX #FC20F0 Magenta

📋 copy color: '#FC20F0'

red 252 ◦ green 32 ◦ blue 240

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

Shades of Magenta #FC20F0

Tints of Magenta #FC20F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.8%

R = 48.09%
G = 6.11%
B = 45.8%

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

#FC20F0 (or 0xFC20F0) is known color: Magenta. HEX triplet: FC, 20 and F0. RGB value is (252,32,240). Sum of RGB (Red+Green+Blue) = 252+32+240=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 32 (12.89% from 255 or 6.11% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC20F0 is #03DF0F. Grayscale: #787878. Windows color (decimal): -253712 or 15737084. OLE color: 15737084.

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

Color convert

RGB 252 32 240 -
CMYK 0 0.87 0.05 0.01
HSL 303.27º 0.97% 0.56% -
HSV(B) 303.27º 0.87% 0.99% -
XYZ 56.39 28.02 84.87 -
YUV 121.49 194.89 221.09 -
System Red Green Blue C M Y K H S L
Decimal 252 32 240 0 0.87 0.05 0.01 303.27 0.97 0.56
Hex FC 20 F0 0 57 5 1 12F 61 38
Octal 374 40 360 0 127 5 1 457 141 70
Binary 11111100 100000 11110000 0 1010111 101 1 100101111 1100001 111000

Color Harmonies of #FC20F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC20F0

Black with #FC20F0

Text Example


Text Example

White with #FC20F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC20F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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