#FD17E1

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

Shades of Hot Magenta #FD17E1

Tints of Hot Magenta #FD17E1

Color information

#FD17E1 (or 0xFD17E1) is unknown color: approx Hot Magenta. HEX triplet: FD, 17 and E1. RGB value is (253,23,225). Sum of RGB (Red+Green+Blue) = 253+23+225=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 23 (9.38% from 255 or 4.59% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD17E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD17E1 is #02E81E. Grayscale: #727272. Windows color (decimal): -190495 or 14751741. OLE color: 14751741.

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

Color convert

RGB25323225-
CMYK00.910.110.01
HSL307.3º98.29%54.12%-
HSV(B)307.3º90.91%99.22%-
XYZ54.4126.9373.57-
YUV114.8190.2226.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.50%
GREEN value IS 23 (9.38% from 255) = 4.59%
BLUE value IS 225 (88.28% from 255) = 44.91%
R=50.50%
G=4.59%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532322500.910.110.01307.398.2954.12
HexFD17E105BB11336236
Octal37527341013313146314266
Binary11111101101111110000101011011101111001100111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD17E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD17E1; }

 p { color: rgb(253,23,225); }

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

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

 a { background-color: rgb(253,23,225); }

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

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

 span { border-color: rgb(253,23,225); }

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