#F87CDB

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

Shades of Pale Magenta #F87CDB

Tints of Pale Magenta #F87CDB

Color information

#F87CDB (or 0xF87CDB) is unknown color: approx Pale Magenta. HEX triplet: F8, 7C and DB. RGB value is (248,124,219). Sum of RGB (Red+Green+Blue) = 248+124+219=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 124 (48.83% from 255 or 20.98% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F87CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87CDB is #078324. Grayscale: #ABABAB. Windows color (decimal): -492325 or 14384376. OLE color: 14384376.

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

Color convert

RGB248124219-
CMYK00.50.120.03
HSL314.03º89.86%72.94%-
HSV(B)314.03º50%97.25%-
XYZ58.7139.4971.55-
YUV171.91154.58182.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.96%
GREEN value IS 124 (48.83% from 255) = 20.98%
BLUE value IS 219 (85.94% from 255) = 37.06%
R=41.96%
G=20.98%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812421900.50.120.03314.0389.8672.94
HexF87CDB032C313a5a49
Octal370174333062143472132111
Binary11111000111110011011011011001011001110011101010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87CDB; }

 p { color: rgb(248,124,219); }

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

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

 a { background-color: rgb(248,124,219); }

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

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

 span { border-color: rgb(248,124,219); }

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