#F988DC

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

Shades of Pale Magenta #F988DC

Tints of Pale Magenta #F988DC

Color information

#F988DC (or 0xF988DC) is unknown color: approx Pale Magenta. HEX triplet: F9, 88 and DC. RGB value is (249,136,220). Sum of RGB (Red+Green+Blue) = 249+136+220=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 136 (53.52% from 255 or 22.48% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F988DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F988DC is #067723. Grayscale: #B3B3B3. Windows color (decimal): -423716 or 14452985. OLE color: 14452985.

HSL color Cylindrical-coordinate representation of color #F988DC: hue angle of 315.4º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F988DC is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB249136220-
CMYK00.450.120.02
HSL315.4º90.4%75.49%-
HSV(B)315.4º45.38%97.65%-
XYZ60.7942.9272.79-
YUV179.36150.94177.67-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.16%
GREEN value IS 136 (53.52% from 255) = 22.48%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=41.16%
G=22.48%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913622000.450.120.02315.490.475.49
HexF988DC02DC213b5a4b
Octal371210334055142473132113
Binary111110011000100011011100010110111001010011101110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F988DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F988DC; }

 p { color: rgb(249,136,220); }

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

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

 a { background-color: rgb(249,136,220); }

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

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

 span { border-color: rgb(249,136,220); }

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