Html Css Color HEX #FA20FD Magenta

📋 copy color: '#FA20FD'

red 250 ◦ green 32 ◦ blue 253

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

Shades of Magenta #FA20FD

Tints of Magenta #FA20FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.29%

R = 46.73%
G = 5.98%
B = 47.29%

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

#FA20FD (or 0xFA20FD) is known color: Magenta. HEX triplet: FA, 20 and FD. RGB value is (250,32,253). Sum of RGB (Red+Green+Blue) = 250+32+253=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 32 (12.89% from 255 or 5.98% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA20FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA20FD is #05DF02. Grayscale: #797979. Windows color (decimal): -384771 or 16589050. OLE color: 16589050.

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

Color convert

RGB 250 32 253 -
CMYK 0.01 0.87 0 0.01
HSL 299.19º 0.98% 0.56% -
HSV(B) 299.19º 0.87% 0.99% -
XYZ 57.67 28.45 95.38 -
YUV 122.38 201.72 219.03 -
System Red Green Blue C M Y K H S L
Decimal 250 32 253 0.01 0.87 0 0.01 299.19 0.98 0.56
Hex FA 20 FD 1 57 0 1 12B 62 38
Octal 372 40 375 1 127 0 1 453 142 70
Binary 11111010 100000 11111101 1 1010111 0 1 100101011 1100010 111000

Color Harmonies of #FA20FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA20FD

Black with #FA20FD

Text Example


Text Example

White with #FA20FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA20FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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