Html Css Color HEX #FA11EB Magenta

📋 copy color: '#FA11EB'

red 250 ◦ green 17 ◦ blue 235

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

Shades of Magenta #FA11EB

Tints of Magenta #FA11EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.81%

R = 49.8%
G = 3.39%
B = 46.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA11EB (or 0xFA11EB) is known color: Magenta. HEX triplet: FA, 11 and EB. RGB value is (250,17,235). Sum of RGB (Red+Green+Blue) = 250+17+235=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 17 (7.03% from 255 or 3.39% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA11EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA11EB is #05EE14. Grayscale: #6E6E6E. Windows color (decimal): -388629 or 15405562. OLE color: 15405562.

HSL color Cylindrical-coordinate representation of color #FA11EB: hue angle of 303.86º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA11EB is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 17 235 -
CMYK 0 0.93 0.06 0.02
HSL 303.86º 0.96% 0.52% -
HSV(B) 303.86º 0.93% 0.98% -
XYZ 54.62 26.72 80.88 -
YUV 111.52 197.69 226.77 -
System Red Green Blue C M Y K H S L
Decimal 250 17 235 0 0.93 0.06 0.02 303.86 0.96 0.52
Hex FA 11 EB 0 5D 6 2 130 60 34
Octal 372 21 353 0 135 6 2 460 140 64
Binary 11111010 10001 11101011 0 1011101 110 10 100110000 1100000 110100

Color Harmonies of #FA11EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA11EB

Black with #FA11EB

Text Example


Text Example

White with #FA11EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA11EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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