#F87DE4

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

Shades of Pale Magenta #F87DE4

Tints of Pale Magenta #F87DE4

Color information

#F87DE4 (or 0xF87DE4) is unknown color: approx Pale Magenta. HEX triplet: F8, 7D and E4. RGB value is (248,125,228). Sum of RGB (Red+Green+Blue) = 248+125+228=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 125 (49.22% from 255 or 20.80% from 601); Blue value is 228 (89.45% from 255 or 37.94% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87DE4 is #07821B. Grayscale: #ADADAD. Windows color (decimal): -492060 or 14974456. OLE color: 14974456.

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

Color convert

RGB248125228-
CMYK00.500.080.03
HSL309.76º89.78%73.14%-
HSV(B)309.76º49.6%97.25%-
XYZ60.0540.2378-
YUV173.52158.75181.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.26%
GREEN value IS 125 (49.22% from 255) = 20.80%
BLUE value IS 228 (89.45% from 255) = 37.94%
R=41.26%
G=20.80%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812522800.500.080.03309.7689.7873.14
HexF87DE4032831365a49
Octal370175344062103466132111
Binary11111000111110111100100011001010001110011011010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87DE4; }

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

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

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

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

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

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

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

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