Html Css Color HEX #FA01F3 Magenta

📋 copy color: '#FA01F3'

red 250 ◦ green 1 ◦ blue 243

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

Shades of Magenta #FA01F3

Tints of Magenta #FA01F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 49.19%

R = 50.61%
G = 0.2%
B = 49.19%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA01F3 (or 0xFA01F3) is known color: Magenta. HEX triplet: FA, 01 and F3. RGB value is (250,1,243). Sum of RGB (Red+Green+Blue) = 250+1+243=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 1 (0.78% from 255 or 0.20% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FA01F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA01F3 is #05FE0C. Grayscale: #666666. Windows color (decimal): -392717 or 15925754. OLE color: 15925754.

HSL color Cylindrical-coordinate representation of color #FA01F3: hue angle of 301.69º 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 #FA01F3 is Cyan = 0, Magento = 1.00, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 1 243 -
CMYK 0 1.00 0.03 0.02
HSL 301.69º 0.99% 0.49% -
HSV(B) 301.69º 1% 0.98% -
XYZ 55.61 26.82 87.04 -
YUV 103.04 206.99 232.82 -
System Red Green Blue C M Y K H S L
Decimal 250 1 243 0 1.00 0.03 0.02 301.69 0.99 0.49
Hex FA 1 F3 0 64 3 2 12E 63 31
Octal 372 1 363 0 144 3 2 456 143 61
Binary 11111010 1 11110011 0 1100100 11 10 100101110 1100011 110001

Color Harmonies of #FA01F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA01F3

Black with #FA01F3

Text Example


Text Example

White with #FA01F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA01F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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