#FF72DE

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

Shades of Pale Magenta #FF72DE

Tints of Pale Magenta #FF72DE

Color information

#FF72DE (or 0xFF72DE) is unknown color: approx Pale Magenta. HEX triplet: FF, 72 and DE. RGB value is (255,114,222). Sum of RGB (Red+Green+Blue) = 255+114+222=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 114 (44.92% from 255 or 19.29% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72DE is #008D21. Grayscale: #A8A8A8. Windows color (decimal): -36130 or 14578431. OLE color: 14578431.

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

Color convert

RGB255114222-
CMYK00.550.130
HSL314.04º100%72.35%-
HSV(B)314.04º55.29%100%-
XYZ60.4438.5773.37-
YUV168.47158.21189.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.15%
GREEN value IS 114 (44.92% from 255) = 19.29%
BLUE value IS 222 (87.11% from 255) = 37.56%
R=43.15%
G=19.29%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511422200.550.130314.0410072.35
HexFF72DE037D013a6448
Octal377162336067150472144110
Binary1111111111100101101111001101111101010011101011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF72DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF72DE; }

 p { color: rgb(255,114,222); }

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

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

 a { background-color: rgb(255,114,222); }

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

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

 span { border-color: rgb(255,114,222); }

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