#FE07D8

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

Shades of Hot Magenta #FE07D8

Tints of Hot Magenta #FE07D8

Color information

#FE07D8 (or 0xFE07D8) is unknown color: approx Hot Magenta. HEX triplet: FE, 07 and D8. RGB value is (254,7,216). Sum of RGB (Red+Green+Blue) = 254+7+216=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 7 (3.12% from 255 or 1.47% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE07D8 is #01F827. Grayscale: #686868. Windows color (decimal): -129064 or 14157822. OLE color: 14157822.

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

Color convert

RGB2547216-
CMYK00.970.150.00
HSL309.23º99.2%51.18%-
HSV(B)309.23º97.24%99.61%-
XYZ53.3426.1867.21-
YUV104.68190.83234.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.25%
GREEN value IS 7 (3.12% from 255) = 1.47%
BLUE value IS 216 (84.77% from 255) = 45.28%
R=53.25%
G=1.47%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254721600.970.150.00309.2399.251.18
HexFE7D8061F01356333
Octal3767330014117046514363
Binary111111101111101100001100001111101001101011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE07D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE07D8; }

 p { color: rgb(254,7,216); }

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

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

 a { background-color: rgb(254,7,216); }

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

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

 span { border-color: rgb(254,7,216); }

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