Html Css Color HEX #FA31FD Magenta

📋 copy color: '#FA31FD'

red 250 ◦ green 49 ◦ blue 253

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

Shades of Magenta #FA31FD

Tints of Magenta #FA31FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.83%

R = 45.29%
G = 8.88%
B = 45.83%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FA31FD (or 0xFA31FD) is known color: Magenta. HEX triplet: FA, 31 and FD. RGB value is (250,49,253). Sum of RGB (Red+Green+Blue) = 250+49+253=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 49 (19.53% from 255 or 8.88% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA31FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA31FD is #05CE02. Grayscale: #838383. Windows color (decimal): -380419 or 16593402. OLE color: 16593402.

HSL color Cylindrical-coordinate representation of color #FA31FD: hue angle of 299.12º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA31FD is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 49 253 -
CMYK 0.01 0.81 0 0.01
HSL 299.12º 0.98% 0.59% -
HSV(B) 299.12º 0.81% 0.99% -
XYZ 58.25 29.61 95.57 -
YUV 132.36 196.09 211.91 -
System Red Green Blue C M Y K H S L
Decimal 250 49 253 0.01 0.81 0 0.01 299.12 0.98 0.59
Hex FA 31 FD 1 51 0 1 12B 62 3B
Octal 372 61 375 1 121 0 1 453 142 73
Binary 11111010 110001 11111101 1 1010001 0 1 100101011 1100010 111011

Color Harmonies of #FA31FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA31FD

Black with #FA31FD

Text Example


Text Example

White with #FA31FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA31FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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