#F976E6

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

Shades of Pale Magenta #F976E6

Tints of Pale Magenta #F976E6

Color information

#F976E6 (or 0xF976E6) is unknown color: approx Pale Magenta. HEX triplet: F9, 76 and E6. RGB value is (249,118,230). Sum of RGB (Red+Green+Blue) = 249+118+230=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 118 (46.48% from 255 or 19.77% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F976E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F976E6 is #068919. Grayscale: #A9A9A9. Windows color (decimal): -428314 or 15103737. OLE color: 15103737.

HSL color Cylindrical-coordinate representation of color #F976E6: hue angle of 308.7º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F976E6 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB249118230-
CMYK00.530.080.02
HSL308.7º91.61%71.96%-
HSV(B)308.7º52.61%97.65%-
XYZ59.8338.8179.2-
YUV169.94161.9184.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.71%
GREEN value IS 118 (46.48% from 255) = 19.77%
BLUE value IS 230 (90.23% from 255) = 38.53%
R=41.71%
G=19.77%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911823000.530.080.02308.791.6171.96
HexF976E6035821355c48
Octal371166346065102465134110
Binary11111001111011011100110011010110001010011010110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F976E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F976E6; }

 p { color: rgb(249,118,230); }

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

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

 a { background-color: rgb(249,118,230); }

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

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

 span { border-color: rgb(249,118,230); }

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