#FD72EB

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

Shades of Pale Magenta #FD72EB

Tints of Pale Magenta #FD72EB

Color information

#FD72EB (or 0xFD72EB) is unknown color: approx Pale Magenta. HEX triplet: FD, 72 and EB. RGB value is (253,114,235). Sum of RGB (Red+Green+Blue) = 253+114+235=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 114 (44.92% from 255 or 18.94% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FD72EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD72EB is #028D14. Grayscale: #A9A9A9. Windows color (decimal): -167189 or 15430397. OLE color: 15430397.

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

Color convert

RGB253114235-
CMYK00.550.070.01
HSL307.77º97.2%71.96%-
HSV(B)307.77º54.94%99.22%-
XYZ61.5238.9282.87-
YUV169.36165.05187.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.03%
GREEN value IS 114 (44.92% from 255) = 18.94%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=42.03%
G=18.94%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311423500.550.070.01307.7797.271.96
HexFD72EB037711346148
Octal37516235306771464141110
Binary111111011110010111010110110111111110011010011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD72EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD72EB; }

 p { color: rgb(253,114,235); }

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

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

 a { background-color: rgb(253,114,235); }

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

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

 span { border-color: rgb(253,114,235); }

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