#FF7DE6

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

Shades of Pale Magenta #FF7DE6

Tints of Pale Magenta #FF7DE6

Color information

#FF7DE6 (or 0xFF7DE6) is unknown color: approx Pale Magenta. HEX triplet: FF, 7D and E6. RGB value is (255,125,230). Sum of RGB (Red+Green+Blue) = 255+125+230=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 125 (49.22% from 255 or 20.49% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7DE6 is #008219. Grayscale: #AFAFAF. Windows color (decimal): -33306 or 15105535. OLE color: 15105535.

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

Color convert

RGB255125230-
CMYK00.510.100
HSL311.54º100%74.51%-
HSV(B)311.54º50.98%100%-
XYZ62.8641.6479.59-
YUV175.84158.57184.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.80%
GREEN value IS 125 (49.22% from 255) = 20.49%
BLUE value IS 230 (90.23% from 255) = 37.70%
R=41.80%
G=20.49%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512523000.510.100311.5410074.51
HexFF7DE6033A0138644b
Octal377175346063120470144113
Binary1111111111111011110011001100111010010011100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7DE6; }

 p { color: rgb(255,125,230); }

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

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

 a { background-color: rgb(255,125,230); }

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

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

 span { border-color: rgb(255,125,230); }

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