#FE05FB

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

Shades of Magenta #FE05FB

Tints of Magenta #FE05FB

Color information

#FE05FB (or 0xFE05FB) is unknown color: approx Magenta. HEX triplet: FE, 05 and FB. RGB value is (254,5,251). Sum of RGB (Red+Green+Blue) = 254+5+251=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 5 (2.34% from 255 or 0.98% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE05FB is #01FA04. Grayscale: #6A6A6A. Windows color (decimal): -129541 or 16451070. OLE color: 16451070.

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

Color convert

RGB2545251-
CMYK00.980.010.00
HSL300.72º99.2%50.78%-
HSV(B)300.72º98.03%99.61%-
XYZ58.3428.1493.62-
YUV107.5208.99232.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.80%
GREEN value IS 5 (2.34% from 255) = 0.98%
BLUE value IS 251 (98.44% from 255) = 49.22%
R=49.80%
G=0.98%
B=49.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254525100.980.010.00300.7299.250.78
HexFE5FB0621012d6333
Octal376537301421045514363
Binary111111101011111101101100010101001011011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE05FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE05FB; }

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

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

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

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

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

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

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

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