#FE13E3

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

Shades of Hot Magenta #FE13E3

Tints of Hot Magenta #FE13E3

Color information

#FE13E3 (or 0xFE13E3) is unknown color: approx Hot Magenta. HEX triplet: FE, 13 and E3. RGB value is (254,19,227). Sum of RGB (Red+Green+Blue) = 254+19+227=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 19 (7.81% from 255 or 3.8% from 500); Blue value is 227 (89.06% from 255 or 45.4% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE13E3 is #01EC1C. Grayscale: #707070. Windows color (decimal): -125981 or 14881790. OLE color: 14881790.

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

Color convert

RGB25419227-
CMYK00.930.110.00
HSL306.89º99.16%53.53%-
HSV(B)306.89º92.52%99.61%-
XYZ54.9727.0875-
YUV112.98192.36228.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.8%
GREEN value IS 19 (7.81% from 255) = 3.8%
BLUE value IS 227 (89.06% from 255) = 45.4%
R=50.8%
G=3.8%
B=45.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541922700.930.110.00306.8999.1653.53
HexFE13E305DB01336336
Octal37623343013513046314366
Binary11111110100111110001101011101101101001100111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE13E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE13E3; }

 p { color: rgb(254,19,227); }

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

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

 a { background-color: rgb(254,19,227); }

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

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

 span { border-color: rgb(254,19,227); }

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