#FD74ED

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

Shades of Pale Magenta #FD74ED

Tints of Pale Magenta #FD74ED

Color information

#FD74ED (or 0xFD74ED) is unknown color: approx Pale Magenta. HEX triplet: FD, 74 and ED. RGB value is (253,116,237). Sum of RGB (Red+Green+Blue) = 253+116+237=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 116 (45.70% from 255 or 19.14% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD74ED is #028B12. Grayscale: #AAAAAA. Windows color (decimal): -166675 or 15561981. OLE color: 15561981.

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

Color convert

RGB253116237-
CMYK00.540.060.01
HSL307.01º97.16%72.35%-
HSV(B)307.01º54.15%99.22%-
XYZ62.0439.4984.47-
YUV170.76165.39186.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.75%
GREEN value IS 116 (45.70% from 255) = 19.14%
BLUE value IS 237 (92.97% from 255) = 39.11%
R=41.75%
G=19.14%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311623700.540.060.01307.0197.1672.35
HexFD74ED036611336148
Octal37516435506661463141110
Binary111111011110100111011010110110110110011001111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD74ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD74ED; }

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

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

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

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

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

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

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

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