Html Css Color HEX #FA11FD Magenta

📋 copy color: '#FA11FD'

red 250 ◦ green 17 ◦ blue 253

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

Shades of Magenta #FA11FD

Tints of Magenta #FA11FD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.27%

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

R = 48.08%
G = 3.27%
B = 48.65%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FA11FD (or 0xFA11FD) is known color: Magenta. HEX triplet: FA, 11 and FD. RGB value is (250,17,253). Sum of RGB (Red+Green+Blue) = 250+17+253=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 17 (7.03% from 255 or 3.27% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA11FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA11FD is #05EE02. Grayscale: #707070. Windows color (decimal): -388611 or 16585210. OLE color: 16585210.

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

Color convert

RGB 250 17 253 -
CMYK 0.01 0.93 0 0.01
HSL 299.24º 0.98% 0.53% -
HSV(B) 299.24º 0.93% 0.99% -
XYZ 57.35 27.82 95.27 -
YUV 113.57 206.69 225.31 -
System Red Green Blue C M Y K H S L
Decimal 250 17 253 0.01 0.93 0 0.01 299.24 0.98 0.53
Hex FA 11 FD 1 5D 0 1 12B 62 35
Octal 372 21 375 1 135 0 1 453 142 65
Binary 11111010 10001 11111101 1 1011101 0 1 100101011 1100010 110101

Color Harmonies of #FA11FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA11FD

Black with #FA11FD

Text Example


Text Example

White with #FA11FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA11FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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