Html Css Color HEX #FA01F9 Magenta

📋 copy color: '#FA01F9'

red 250 ◦ green 1 ◦ blue 249

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

Shades of Magenta #FA01F9

Tints of Magenta #FA01F9

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.2%

 BLUE value IS 249 (97.66% from 255) = 49.8%

R = 50%
G = 0.2%
B = 49.8%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FA01F9 (or 0xFA01F9) is known color: Magenta. HEX triplet: FA, 01 and F9. RGB value is (250,1,249). Sum of RGB (Red+Green+Blue) = 250+1+249=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 1 (0.78% from 255 or 0.2% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA01F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA01F9 is #05FE06. Grayscale: #666666. Windows color (decimal): -392711 or 16318970. OLE color: 16318970.

HSL color Cylindrical-coordinate representation of color #FA01F9: hue angle of 300.24º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA01F9 is Cyan = 0, Magento = 1.00, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 1 249 -
CMYK 0 1.00 0.00 0.02
HSL 300.24º 0.99% 0.49% -
HSV(B) 300.24º 1% 0.98% -
XYZ 56.53 27.19 91.89 -
YUV 103.72 209.99 232.33 -
System Red Green Blue C M Y K H S L
Decimal 250 1 249 0 1.00 0.00 0.02 300.24 0.99 0.49
Hex FA 1 F9 0 64 0 2 12C 63 31
Octal 372 1 371 0 144 0 2 454 143 61
Binary 11111010 1 11111001 0 1100100 0 10 100101100 1100011 110001

Color Harmonies of #FA01F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA01F9

Black with #FA01F9

Text Example


Text Example

White with #FA01F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA01F9; }

 p { color: rgb(250,1,249); }

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

background-color css

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

 a { background-color: rgb(250,1,249); }

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

border-color css

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

 span { border-color: rgb(250,1,249); }

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