#FD74E8

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

Shades of Pale Magenta #FD74E8

Tints of Pale Magenta #FD74E8

Color information

#FD74E8 (or 0xFD74E8) is unknown color: approx Pale Magenta. HEX triplet: FD, 74 and E8. RGB value is (253,116,232). Sum of RGB (Red+Green+Blue) = 253+116+232=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 116 (45.70% from 255 or 19.30% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD74E8 is #028B17. Grayscale: #A9A9A9. Windows color (decimal): -166680 or 15234301. OLE color: 15234301.

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

Color convert

RGB253116232-
CMYK00.540.080.01
HSL309.2º97.16%72.35%-
HSV(B)309.2º54.15%99.22%-
XYZ61.3239.280.68-
YUV170.19162.89187.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.10%
GREEN value IS 116 (45.70% from 255) = 19.30%
BLUE value IS 232 (91.02% from 255) = 38.60%
R=42.10%
G=19.30%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311623200.540.080.01309.297.1672.35
HexFD74E8036811356148
Octal375164350066101465141110
Binary1111110111101001110100001101101000110011010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD74E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD74E8; }

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

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

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

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

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

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

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

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