#FE05E5

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

Shades of Hot Magenta #FE05E5

Tints of Hot Magenta #FE05E5

Color information

#FE05E5 (or 0xFE05E5) is unknown color: approx Hot Magenta. HEX triplet: FE, 05 and E5. RGB value is (254,5,229). Sum of RGB (Red+Green+Blue) = 254+5+229=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 5 (2.34% from 255 or 1.02% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE05E5 is #01FA1A. Grayscale: #686868. Windows color (decimal): -129563 or 15009278. OLE color: 15009278.

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

Color convert

RGB2545229-
CMYK00.980.100.00
HSL306.02º99.2%50.78%-
HSV(B)306.02º98.03%99.61%-
XYZ55.0726.8476.41-
YUV104.99197.99234.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.05%
GREEN value IS 5 (2.34% from 255) = 1.02%
BLUE value IS 229 (89.84% from 255) = 46.93%
R=52.05%
G=1.02%
B=46.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254522900.980.100.00306.0299.250.78
HexFE5E5062A01326333
Octal3765345014212046214363
Binary111111101011110010101100010101001001100101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE05E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE05E5; }

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

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

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

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

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

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

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

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