#F87DE7

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

Shades of Pale Magenta #F87DE7

Tints of Pale Magenta #F87DE7

Color information

#F87DE7 (or 0xF87DE7) is unknown color: approx Pale Magenta. HEX triplet: F8, 7D and E7. RGB value is (248,125,231). Sum of RGB (Red+Green+Blue) = 248+125+231=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 125 (49.22% from 255 or 20.70% from 604); Blue value is 231 (90.62% from 255 or 38.25% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F87DE7 is #078218. Grayscale: #ADADAD. Windows color (decimal): -492057 or 15171064. OLE color: 15171064.

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

Color convert

RGB248125231-
CMYK00.500.070.03
HSL308.29º89.78%73.14%-
HSV(B)308.29º49.6%97.25%-
XYZ60.4740.3980.21-
YUV173.86160.25180.88-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.06%
GREEN value IS 125 (49.22% from 255) = 20.70%
BLUE value IS 231 (90.62% from 255) = 38.25%
R=41.06%
G=20.70%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812523100.500.070.03308.2989.7873.14
HexF87DE7032731345a49
Octal37017534706273464132111
Binary1111100011111011110011101100101111110011010010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87DE7; }

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

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

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

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

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

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

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

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