#FF72E0

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

Shades of Pale Magenta #FF72E0

Tints of Pale Magenta #FF72E0

Color information

#FF72E0 (or 0xFF72E0) is unknown color: approx Pale Magenta. HEX triplet: FF, 72 and E0. RGB value is (255,114,224). Sum of RGB (Red+Green+Blue) = 255+114+224=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 114 (44.92% from 255 or 19.22% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72E0 is #008D1F. Grayscale: #A8A8A8. Windows color (decimal): -36128 or 14709503. OLE color: 14709503.

HSL color Cylindrical-coordinate representation of color #FF72E0: hue angle of 313.19º 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 #FF72E0 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB255114224-
CMYK00.550.120
HSL313.19º100%72.35%-
HSV(B)313.19º55.29%100%-
XYZ60.7138.6874.79-
YUV168.7159.21189.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.00%
GREEN value IS 114 (44.92% from 255) = 19.22%
BLUE value IS 224 (87.89% from 255) = 37.77%
R=43.00%
G=19.22%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511422400.550.120313.1910072.35
HexFF72E0037C01396448
Octal377162340067140471144110
Binary1111111111100101110000001101111100010011100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF72E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF72E0; }

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

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

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

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

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

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

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

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