#FE05FA

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

Shades of Magenta #FE05FA

Tints of Magenta #FE05FA

Color information

#FE05FA (or 0xFE05FA) is unknown color: approx Magenta. HEX triplet: FE, 05 and FA. RGB value is (254,5,250). Sum of RGB (Red+Green+Blue) = 254+5+250=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 5 (2.34% from 255 or 0.98% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE05FA is #01FA05. Grayscale: #6A6A6A. Windows color (decimal): -129542 or 16385534. OLE color: 16385534.

HSL color Cylindrical-coordinate representation of color #FE05FA: hue angle of 300.96º 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 #FE05FA is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB2545250-
CMYK00.980.020.00
HSL300.96º99.2%50.78%-
HSV(B)300.96º98.03%99.61%-
XYZ58.1828.0892.8-
YUV107.38208.49232.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254525000.980.020.00300.9699.250.78
HexFE5FA0622012d6333
Octal376537201422045514363
Binary1111111010111111010011000101001001011011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE05FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE05FA; }

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

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

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

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

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

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

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

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