Html Css Color HEX #FA20FC Magenta

📋 copy color: '#FA20FC'

red 250 ◦ green 32 ◦ blue 252

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

Shades of Magenta #FA20FC

Tints of Magenta #FA20FC

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 250 32 252 -
CMYK 0.01 0.87 0 0.01
HSL 299.45º 0.97% 0.56% -
HSV(B) 299.45º 0.87% 0.99% -
XYZ 57.51 28.39 94.54 -
YUV 122.26 201.22 219.11 -
System Red Green Blue C M Y K H S L
Decimal 250 32 252 0.01 0.87 0 0.01 299.45 0.97 0.56
Hex FA 20 FC 1 57 0 1 12B 61 38
Octal 372 40 374 1 127 0 1 453 141 70
Binary 11111010 100000 11111100 1 1010111 0 1 100101011 1100001 111000

Color Harmonies of #FA20FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA20FC

Black with #FA20FC

Text Example


Text Example

White with #FA20FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA20FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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