#FA11FF

Color #FA11FF Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #FA11FF

Tints of Magenta #FA11FF

Color information

#FA11FF (or 0xFA11FF) is unknown color: approx Magenta. HEX triplet: FA, 11 and FF. RGB value is (250,17,255). Sum of RGB (Red+Green+Blue) = 250+17+255=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 17 (7.03% from 255 or 3.26% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA11FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA11FF is #05EE00. Grayscale: #717171. Windows color (decimal): -388609 or 16716282. OLE color: 16716282.

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

Color convert

RGB25017255-
CMYK0.020.9300
HSL298.74º100%53.33%-
HSV(B)298.74º93.33%100%-
XYZ57.6727.9496.96-
YUV113.8207.69225.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.89%
GREEN value IS 17 (7.03% from 255) = 3.26%
BLUE value IS 255 (100% from 255) = 48.85%
R=47.89%
G=3.26%
B=48.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal250172550.020.9300298.7410053.33
HexFA11FF25D0012b6435
Octal3722137721350045314465
Binary111110101000111111111101011101001001010111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA11FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA11FF; }

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

 H1.HeaderClassName
 {
   color: #FA11FF;
 }
 .AnyTagClassName
 {
   color: #FA11FF;
 }
</style>
background-color css

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

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

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

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

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

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