#FF05E2

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

Shades of Hot Magenta #FF05E2

Tints of Hot Magenta #FF05E2

Color information

#FF05E2 (or 0xFF05E2) is unknown color: approx Hot Magenta. HEX triplet: FF, 05 and E2. RGB value is (255,5,226). Sum of RGB (Red+Green+Blue) = 255+5+226=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 5 (2.34% from 255 or 1.03% from 486); Blue value is 226 (88.67% from 255 or 46.50% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF05E2 is #00FA1D. Grayscale: #686868. Windows color (decimal): -64030 or 14812671. OLE color: 14812671.

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

Color convert

RGB2555226-
CMYK00.980.110
HSL306.96º100%50.98%-
HSV(B)306.96º98.04%100%-
XYZ55.0226.8674.24-
YUV104.94196.32235.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.47%
GREEN value IS 5 (2.34% from 255) = 1.03%
BLUE value IS 226 (88.67% from 255) = 46.50%
R=52.47%
G=1.03%
B=46.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255522600.980.110306.9610050.98
HexFF5E2062B01336433
Octal3775342014213046314463
Binary111111111011110001001100010101101001100111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF05E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF05E2; }

 p { color: rgb(255,5,226); }

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

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

 a { background-color: rgb(255,5,226); }

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

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

 span { border-color: rgb(255,5,226); }

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