#FF7DEA

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

Shades of Pale Magenta #FF7DEA

Tints of Pale Magenta #FF7DEA

Color information

#FF7DEA (or 0xFF7DEA) is unknown color: approx Pale Magenta. HEX triplet: FF, 7D and EA. RGB value is (255,125,234). Sum of RGB (Red+Green+Blue) = 255+125+234=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 125 (49.22% from 255 or 20.36% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7DEA is #008215. Grayscale: #AFAFAF. Windows color (decimal): -33302 or 15367679. OLE color: 15367679.

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

Color convert

RGB255125234-
CMYK00.510.080
HSL309.69º100%74.51%-
HSV(B)309.69º50.98%100%-
XYZ63.4241.8782.58-
YUV176.3160.57184.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.53%
GREEN value IS 125 (49.22% from 255) = 20.36%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=41.53%
G=20.36%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512523400.510.080309.6910074.51
HexFF7DEA03380136644b
Octal377175352063100466144113
Binary1111111111111011110101001100111000010011011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7DEA; }

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

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

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

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

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

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

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

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