#fd17ee

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

Shades of Magenta #FD17EE

Tints of Magenta #FD17EE

Color information

#FD17EE (or 0xFD17EE) is unknown color: approx Magenta. HEX triplet: FD, 17 and EE. RGB value is (253,23,238). Sum of RGB (Red+Green+Blue) = 253+23+238=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 23 (9.38% from 255 or 4.47% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD17EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD17EE is #02E811. Grayscale: #737373. Windows color (decimal): -190482 or 15603709. OLE color: 15603709.

HSL color Cylindrical-coordinate representation of color #FD17EE: hue angle of 303.91º 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 #FD17EE is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB25323238-
CMYK00.910.060.01
HSL303.91º98.29%54.12%-
HSV(B)303.91º90.91%99.22%-
XYZ56.2527.6783.26-
YUV116.28196.7225.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.22%
GREEN value IS 23 (9.38% from 255) = 4.47%
BLUE value IS 238 (93.36% from 255) = 46.30%
R=49.22%
G=4.47%
B=46.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532323800.910.060.01303.9198.2954.12
HexFD17EE05B611306236
Octal3752735601336146014266
Binary1111110110111111011100101101111011001100001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fd17ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fd17ee; }

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

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

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

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

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

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

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

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