#FE00D1

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

Shades of Hot Magenta #FE00D1

Tints of Hot Magenta #FE00D1

Color information

#FE00D1 (or 0xFE00D1) is unknown color: approx Hot Magenta. HEX triplet: FE, 00 and D1. RGB value is (254,0,209). Sum of RGB (Red+Green+Blue) = 254+0+209=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 0 (0.39% from 255 or 0% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE00D1 is #01FF2E. Grayscale: #636363. Windows color (decimal): -130863 or 13697278. OLE color: 13697278.

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

Color convert

RGB2540209-
CMYK010.180.00
HSL310.63º100%49.8%-
HSV(B)310.63º100%99.61%-
XYZ52.3825.6762.52-
YUV99.77189.65238.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 209 (82.03% from 255) = 45.14%
R=54.86%
G=0%
B=45.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2540209010.180.00310.6310049.8
HexFE0D10641201376432
Octal3760321014422046714462
Binary11111110011010001011001001001001001101111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE00D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE00D1; }

 p { color: rgb(254,0,209); }

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

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

 a { background-color: rgb(254,0,209); }

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

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

 span { border-color: rgb(254,0,209); }

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