#F979E7

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

Shades of Pale Magenta #F979E7

Tints of Pale Magenta #F979E7

Color information

#F979E7 (or 0xF979E7) is unknown color: approx Pale Magenta. HEX triplet: F9, 79 and E7. RGB value is (249,121,231). Sum of RGB (Red+Green+Blue) = 249+121+231=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 121 (47.66% from 255 or 20.13% from 601); Blue value is 231 (90.62% from 255 or 38.44% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F979E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F979E7 is #068618. Grayscale: #ABABAB. Windows color (decimal): -427545 or 15170041. OLE color: 15170041.

HSL color Cylindrical-coordinate representation of color #F979E7: hue angle of 308.44º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F979E7 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB249121231-
CMYK00.510.070.02
HSL308.44º91.43%72.55%-
HSV(B)308.44º51.41%97.65%-
XYZ60.3339.5880.06-
YUV171.81161.41183.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.43%
GREEN value IS 121 (47.66% from 255) = 20.13%
BLUE value IS 231 (90.62% from 255) = 38.44%
R=41.43%
G=20.13%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912123100.510.070.02308.4491.4372.55
HexF979E7033721345b49
Octal37117134706372464133111
Binary1111100111110011110011101100111111010011010010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F979E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F979E7; }

 p { color: rgb(249,121,231); }

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

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

 a { background-color: rgb(249,121,231); }

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

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

 span { border-color: rgb(249,121,231); }

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