Html Css Color HEX #FA20F8 Magenta

📋 copy color: '#FA20F8'

red 250 ◦ green 32 ◦ blue 248

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

Shades of Magenta #FA20F8

Tints of Magenta #FA20F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 46.79%

R = 47.17%
G = 6.04%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FA20F8 (or 0xFA20F8) is known color: Magenta. HEX triplet: FA, 20 and F8. RGB value is (250,32,248). Sum of RGB (Red+Green+Blue) = 250+32+248=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 32 (12.89% from 255 or 6.04% from 530); Blue value is 248 (97.27% from 255 or 46.79% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FA20F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA20F8 is #05DF07. Grayscale: #797979. Windows color (decimal): -384776 or 16261370. OLE color: 16261370.

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

Color convert

RGB 250 32 248 -
CMYK 0 0.87 0.01 0.02
HSL 300.55º 0.96% 0.55% -
HSV(B) 300.55º 0.87% 0.98% -
XYZ 56.88 28.13 91.24 -
YUV 121.81 199.22 219.44 -
System Red Green Blue C M Y K H S L
Decimal 250 32 248 0 0.87 0.01 0.02 300.55 0.96 0.55
Hex FA 20 F8 0 57 1 2 12D 60 37
Octal 372 40 370 0 127 1 2 455 140 67
Binary 11111010 100000 11111000 0 1010111 1 10 100101101 1100000 110111

Color Harmonies of #FA20F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA20F8

Black with #FA20F8

Text Example


Text Example

White with #FA20F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA20F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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