#F879DC

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

Shades of Pale Magenta #F879DC

Tints of Pale Magenta #F879DC

Color information

#F879DC (or 0xF879DC) is unknown color: approx Pale Magenta. HEX triplet: F8, 79 and DC. RGB value is (248,121,220). Sum of RGB (Red+Green+Blue) = 248+121+220=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 121 (47.66% from 255 or 20.54% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F879DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F879DC is #078623. Grayscale: #A9A9A9. Windows color (decimal): -493092 or 14449144. OLE color: 14449144.

HSL color Cylindrical-coordinate representation of color #F879DC: hue angle of 313.23º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F879DC is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB248121220-
CMYK00.510.110.03
HSL313.23º90.07%72.35%-
HSV(B)313.23º51.21%97.25%-
XYZ58.4738.872.12-
YUV170.26156.08183.45-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.11%
GREEN value IS 121 (47.66% from 255) = 20.54%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=42.11%
G=20.54%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812122000.510.110.03313.2390.0772.35
HexF879DC033B31395a48
Octal370171334063133471132110
Binary11111000111100111011100011001110111110011100110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F879DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F879DC; }

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

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

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

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

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

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

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

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