#FF7DEE

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

Shades of Pale Magenta #FF7DEE

Tints of Pale Magenta #FF7DEE

Color information

#FF7DEE (or 0xFF7DEE) is unknown color: approx Pale Magenta. HEX triplet: FF, 7D and EE. RGB value is (255,125,238). Sum of RGB (Red+Green+Blue) = 255+125+238=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 125 (49.22% from 255 or 20.23% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7DEE is #008211. Grayscale: #B0B0B0. Windows color (decimal): -33298 or 15629823. OLE color: 15629823.

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

Color convert

RGB255125238-
CMYK00.510.070
HSL307.85º100%74.51%-
HSV(B)307.85º50.98%100%-
XYZ64.0142.185.64-
YUV176.75162.57183.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.26%
GREEN value IS 125 (49.22% from 255) = 20.23%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=41.26%
G=20.23%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512523800.510.070307.8510074.51
HexFF7DEE03370134644b
Octal37717535606370464144113
Binary111111111111101111011100110011111010011010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7DEE; }

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

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

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

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

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

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

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

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