#F87DED

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

Shades of Pale Magenta #F87DED

Tints of Pale Magenta #F87DED

Color information

#F87DED (or 0xF87DED) is unknown color: approx Pale Magenta. HEX triplet: F8, 7D and ED. RGB value is (248,125,237). Sum of RGB (Red+Green+Blue) = 248+125+237=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 125 (49.22% from 255 or 20.49% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F87DED is #078212. Grayscale: #AEAEAE. Windows color (decimal): -492051 or 15564280. OLE color: 15564280.

HSL color Cylindrical-coordinate representation of color #F87DED: hue angle of 305.37º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87DED is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB248125237-
CMYK00.500.040.03
HSL305.37º89.78%73.14%-
HSV(B)305.37º49.6%97.25%-
XYZ61.3340.7484.75-
YUV174.54163.25180.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.66%
GREEN value IS 125 (49.22% from 255) = 20.49%
BLUE value IS 237 (92.97% from 255) = 38.85%
R=40.66%
G=20.49%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812523700.500.040.03305.3789.7873.14
HexF87DED032431315a49
Octal37017535506243461132111
Binary1111100011111011110110101100101001110011000110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87DED; }

 p { color: rgb(248,125,237); }

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

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

 a { background-color: rgb(248,125,237); }

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

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

 span { border-color: rgb(248,125,237); }

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