#F87DE6

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

Shades of Pale Magenta #F87DE6

Tints of Pale Magenta #F87DE6

Color information

#F87DE6 (or 0xF87DE6) is unknown color: approx Pale Magenta. HEX triplet: F8, 7D and E6. RGB value is (248,125,230). Sum of RGB (Red+Green+Blue) = 248+125+230=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 125 (49.22% from 255 or 20.73% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F87DE6 is #078219. Grayscale: #ADADAD. Windows color (decimal): -492058 or 15105528. OLE color: 15105528.

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

Color convert

RGB248125230-
CMYK00.500.070.03
HSL308.78º89.78%73.14%-
HSV(B)308.78º49.6%97.25%-
XYZ60.3340.3479.47-
YUV173.75159.75180.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.13%
GREEN value IS 125 (49.22% from 255) = 20.73%
BLUE value IS 230 (90.23% from 255) = 38.14%
R=41.13%
G=20.73%
B=38.14%

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
Decimal24812523000.500.070.03308.7889.7873.14
HexF87DE6032731355a49
Octal37017534606273465132111
Binary1111100011111011110011001100101111110011010110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87DE6; }

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

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

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

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

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

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

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

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