#FD74E6

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

Shades of Pale Magenta #FD74E6

Tints of Pale Magenta #FD74E6

Color information

#FD74E6 (or 0xFD74E6) is unknown color: approx Pale Magenta. HEX triplet: FD, 74 and E6. RGB value is (253,116,230). Sum of RGB (Red+Green+Blue) = 253+116+230=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 116 (45.70% from 255 or 19.37% from 599); Blue value is 230 (90.23% from 255 or 38.40% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD74E6 is #028B19. Grayscale: #A9A9A9. Windows color (decimal): -166682 or 15103229. OLE color: 15103229.

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

Color convert

RGB253116230-
CMYK00.540.090.01
HSL310.07º97.16%72.35%-
HSV(B)310.07º54.15%99.22%-
XYZ61.0439.0979.19-
YUV169.96161.89187.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.24%
GREEN value IS 116 (45.70% from 255) = 19.37%
BLUE value IS 230 (90.23% from 255) = 38.40%
R=42.24%
G=19.37%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311623000.540.090.01310.0797.1672.35
HexFD74E6036911366148
Octal375164346066111466141110
Binary1111110111101001110011001101101001110011011011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD74E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD74E6; }

 p { color: rgb(253,116,230); }

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

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

 a { background-color: rgb(253,116,230); }

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

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

 span { border-color: rgb(253,116,230); }

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