Html Css Color HEX #FA20FF Magenta

📋 copy color: '#FA20FF'

red 250 ◦ green 32 ◦ blue 255

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

Shades of Magenta #FA20FF

Tints of Magenta #FA20FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.49%

R = 46.55%
G = 5.96%
B = 47.49%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA20FF (or 0xFA20FF) is known color: Magenta. HEX triplet: FA, 20 and FF. RGB value is (250,32,255). Sum of RGB (Red+Green+Blue) = 250+32+255=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 32 (12.89% from 255 or 5.96% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA20FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA20FF is #05DF00. Grayscale: #797979. Windows color (decimal): -384769 or 16720122. OLE color: 16720122.

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

Color convert

RGB 250 32 255 -
CMYK 0.02 0.87 0 0
HSL 298.65º 1% 0.56% -
HSV(B) 298.65º 0.87% 1% -
XYZ 57.99 28.58 97.07 -
YUV 122.6 202.72 218.87 -
System Red Green Blue C M Y K H S L
Decimal 250 32 255 0.02 0.87 0 0 298.65 1 0.56
Hex FA 20 FF 2 57 0 0 12B 64 38
Octal 372 40 377 2 127 0 0 453 144 70
Binary 11111010 100000 11111111 10 1010111 0 0 100101011 1100100 111000

Color Harmonies of #FA20FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA20FF

Black with #FA20FF

Text Example


Text Example

White with #FA20FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA20FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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