Html Css Color HEX #FA31FF Magenta

📋 copy color: '#FA31FF'

red 250 ◦ green 49 ◦ blue 255

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

Shades of Magenta #FA31FF

Tints of Magenta #FA31FF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 8.84%

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

R = 45.13%
G = 8.84%
B = 46.03%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA31FF (or 0xFA31FF) is known color: Magenta. HEX triplet: FA, 31 and FF. RGB value is (250,49,255). Sum of RGB (Red+Green+Blue) = 250+49+255=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 49 (19.53% from 255 or 8.84% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA31FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA31FF is #05CE00. Grayscale: #838383. Windows color (decimal): -380417 or 16724474. OLE color: 16724474.

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

Color convert

RGB 250 49 255 -
CMYK 0.02 0.81 0 0
HSL 298.54º 1% 0.6% -
HSV(B) 298.54º 0.81% 1% -
XYZ 58.57 29.74 97.26 -
YUV 132.58 197.09 211.75 -
System Red Green Blue C M Y K H S L
Decimal 250 49 255 0.02 0.81 0 0 298.54 1 0.6
Hex FA 31 FF 2 51 0 0 12B 64 3C
Octal 372 61 377 2 121 0 0 453 144 74
Binary 11111010 110001 11111111 10 1010001 0 0 100101011 1100100 111100

Color Harmonies of #FA31FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA31FF

Black with #FA31FF

Text Example


Text Example

White with #FA31FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA31FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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