#FD74E4

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

Shades of Pale Magenta #FD74E4

Tints of Pale Magenta #FD74E4

Color information

#FD74E4 (or 0xFD74E4) is unknown color: approx Pale Magenta. HEX triplet: FD, 74 and E4. RGB value is (253,116,228). Sum of RGB (Red+Green+Blue) = 253+116+228=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 116 (45.70% from 255 or 19.43% from 597); Blue value is 228 (89.45% from 255 or 38.19% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD74E4 is #028B1B. Grayscale: #A9A9A9. Windows color (decimal): -166684 or 14972157. OLE color: 14972157.

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

Color convert

RGB253116228-
CMYK00.540.100.01
HSL310.95º97.16%72.35%-
HSV(B)310.95º54.15%99.22%-
XYZ60.7638.9777.72-
YUV169.73160.89187.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.38%
GREEN value IS 116 (45.70% from 255) = 19.43%
BLUE value IS 228 (89.45% from 255) = 38.19%
R=42.38%
G=19.43%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311622800.540.100.01310.9597.1672.35
HexFD74E4036A11376148
Octal375164344066121467141110
Binary1111110111101001110010001101101010110011011111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD74E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD74E4; }

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

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

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

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

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

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

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

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