#F87BDC

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

Shades of Pale Magenta #F87BDC

Tints of Pale Magenta #F87BDC

Color information

#F87BDC (or 0xF87BDC) is unknown color: approx Pale Magenta. HEX triplet: F8, 7B and DC. RGB value is (248,123,220). Sum of RGB (Red+Green+Blue) = 248+123+220=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 123 (48.44% from 255 or 20.81% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F87BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87BDC is #078423. Grayscale: #ABABAB. Windows color (decimal): -492580 or 14449656. OLE color: 14449656.

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

Color convert

RGB248123220-
CMYK00.500.110.03
HSL313.44º89.93%72.75%-
HSV(B)313.44º50.4%97.25%-
XYZ58.7139.2972.2-
YUV171.43155.41182.61-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.96%
GREEN value IS 123 (48.44% from 255) = 20.81%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=41.96%
G=20.81%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812322000.500.110.03313.4489.9372.75
HexF87BDC032B31395a49
Octal370173334062133471132111
Binary11111000111101111011100011001010111110011100110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87BDC; }

 p { color: rgb(248,123,220); }

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

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

 a { background-color: rgb(248,123,220); }

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

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

 span { border-color: rgb(248,123,220); }

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