#FE0FD4

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

Shades of Hot Magenta #FE0FD4

Tints of Hot Magenta #FE0FD4

Color information

#FE0FD4 (or 0xFE0FD4) is unknown color: approx Hot Magenta. HEX triplet: FE, 0F and D4. RGB value is (254,15,212). Sum of RGB (Red+Green+Blue) = 254+15+212=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 15 (6.25% from 255 or 3.12% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0FD4 is #01F02B. Grayscale: #6C6C6C. Windows color (decimal): -127020 or 13897726. OLE color: 13897726.

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

Color convert

RGB25415212-
CMYK00.940.170.00
HSL310.54º99.17%52.75%-
HSV(B)310.54º94.09%99.61%-
XYZ52.9326.1764.55-
YUV108.92186.18231.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.81%
GREEN value IS 15 (6.25% from 255) = 3.12%
BLUE value IS 212 (83.20% from 255) = 44.07%
R=52.81%
G=3.12%
B=44.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541521200.940.170.00310.5499.1752.75
HexFEFD405E1101376335
Octal37617324013621046714365
Binary11111110111111010100010111101000101001101111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE0FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE0FD4; }

 p { color: rgb(254,15,212); }

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

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

 a { background-color: rgb(254,15,212); }

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

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

 span { border-color: rgb(254,15,212); }

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