#FA05FE

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

Shades of Magenta #FA05FE

Tints of Magenta #FA05FE

Color information

#FA05FE (or 0xFA05FE) is unknown color: approx Magenta. HEX triplet: FA, 05 and FE. RGB value is (250,5,254). Sum of RGB (Red+Green+Blue) = 250+5+254=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 5 (2.34% from 255 or 0.98% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA05FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA05FE is #05FA01. Grayscale: #696969. Windows color (decimal): -391682 or 16647674. OLE color: 16647674.

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

Color convert

RGB2505254-
CMYK0.020.9800.00
HSL299.04º99.2%50.78%-
HSV(B)299.04º98.03%99.61%-
XYZ57.3727.5996.07-
YUV106.64211.17230.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.12%
GREEN value IS 5 (2.34% from 255) = 0.98%
BLUE value IS 254 (99.61% from 255) = 49.90%
R=49.12%
G=0.98%
B=49.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25052540.020.9800.00299.0499.250.78
HexFA5FE2620012b6333
Octal372537621420045314363
Binary1111101010111111110101100010001001010111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA05FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA05FE; }

 p { color: rgb(250,5,254); }

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

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

 a { background-color: rgb(250,5,254); }

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

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

 span { border-color: rgb(250,5,254); }

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