#fe05d7

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

Shades of Hot Magenta #FE05D7

Tints of Hot Magenta #FE05D7

Color information

#FE05D7 (or 0xFE05D7) is unknown color: approx Hot Magenta. HEX triplet: FE, 05 and D7. RGB value is (254,5,215). Sum of RGB (Red+Green+Blue) = 254+5+215=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 5 (2.34% from 255 or 1.05% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE05D7 is #01FA28. Grayscale: #666666. Windows color (decimal): -129577 or 14091774. OLE color: 14091774.

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

Color convert

RGB2545215-
CMYK00.980.150.00
HSL309.4º99.2%50.78%-
HSV(B)309.4º98.03%99.61%-
XYZ53.1926.0966.52-
YUV103.39190.99235.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.59%
GREEN value IS 5 (2.34% from 255) = 1.05%
BLUE value IS 215 (84.38% from 255) = 45.36%
R=53.59%
G=1.05%
B=45.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254521500.980.150.00309.499.250.78
HexFE5D7062F01356333
Octal3765327014217046514363
Binary111111101011101011101100010111101001101011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe05d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe05d7; }

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

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

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

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

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

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

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

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