#FF7DEC

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

Shades of Pale Magenta #FF7DEC

Tints of Pale Magenta #FF7DEC

Color information

#FF7DEC (or 0xFF7DEC) is unknown color: approx Pale Magenta. HEX triplet: FF, 7D and EC. RGB value is (255,125,236). Sum of RGB (Red+Green+Blue) = 255+125+236=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 125 (49.22% from 255 or 20.29% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7DEC is #008213. Grayscale: #B0B0B0. Windows color (decimal): -33300 or 15498751. OLE color: 15498751.

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

Color convert

RGB255125236-
CMYK00.510.070
HSL308.77º100%74.51%-
HSV(B)308.77º50.98%100%-
XYZ63.7141.9884.1-
YUV176.52161.57183.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.40%
GREEN value IS 125 (49.22% from 255) = 20.29%
BLUE value IS 236 (92.58% from 255) = 38.31%
R=41.40%
G=20.29%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512523600.510.070308.7710074.51
HexFF7DEC03370135644b
Octal37717535406370465144113
Binary111111111111101111011000110011111010011010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7DEC; }

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

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

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

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

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

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

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

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