#F87DEC

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

Shades of Pale Magenta #F87DEC

Tints of Pale Magenta #F87DEC

Color information

#F87DEC (or 0xF87DEC) is unknown color: approx Pale Magenta. HEX triplet: F8, 7D and EC. RGB value is (248,125,236). Sum of RGB (Red+Green+Blue) = 248+125+236=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 125 (49.22% from 255 or 20.53% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F87DEC is #078213. Grayscale: #AEAEAE. Windows color (decimal): -492052 or 15498744. OLE color: 15498744.

HSL color Cylindrical-coordinate representation of color #F87DEC: hue angle of 305.85º 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 #F87DEC is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB248125236-
CMYK00.500.050.03
HSL305.85º89.78%73.14%-
HSV(B)305.85º49.6%97.25%-
XYZ61.1940.6883.98-
YUV174.43162.75180.47-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.72%
GREEN value IS 125 (49.22% from 255) = 20.53%
BLUE value IS 236 (92.58% from 255) = 38.75%
R=40.72%
G=20.53%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812523600.500.050.03305.8589.7873.14
HexF87DEC032531325a49
Octal37017535406253462132111
Binary1111100011111011110110001100101011110011001010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87DEC; }

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

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

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

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

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

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

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

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