#FF7CED

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

Shades of Pale Magenta #FF7CED

Tints of Pale Magenta #FF7CED

Color information

#FF7CED (or 0xFF7CED) is unknown color: approx Pale Magenta. HEX triplet: FF, 7C and ED. RGB value is (255,124,237). Sum of RGB (Red+Green+Blue) = 255+124+237=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 124 (48.83% from 255 or 20.13% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7CED is #008312. Grayscale: #AFAFAF. Windows color (decimal): -33555 or 15564031. OLE color: 15564031.

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

Color convert

RGB255124237-
CMYK00.510.070
HSL308.24º100%74.31%-
HSV(B)308.24º51.37%100%-
XYZ63.7341.7984.83-
YUV176.05162.4184.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.40%
GREEN value IS 124 (48.83% from 255) = 20.13%
BLUE value IS 237 (92.97% from 255) = 38.47%
R=41.40%
G=20.13%
B=38.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512423700.510.070308.2410074.31
HexFF7CED03370134644a
Octal37717435506370464144112
Binary111111111111100111011010110011111010011010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7CED; }

 p { color: rgb(255,124,237); }

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

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

 a { background-color: rgb(255,124,237); }

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

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

 span { border-color: rgb(255,124,237); }

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