#F97FD6

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

Shades of Pale Magenta #F97FD6

Tints of Pale Magenta #F97FD6

Color information

#F97FD6 (or 0xF97FD6) is unknown color: approx Pale Magenta. HEX triplet: F9, 7F and D6. RGB value is (249,127,214). Sum of RGB (Red+Green+Blue) = 249+127+214=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 127 (50% from 255 or 21.53% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F97FD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97FD6 is #068029. Grayscale: #ADADAD. Windows color (decimal): -426026 or 14057465. OLE color: 14057465.

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

Color convert

RGB249127214-
CMYK00.490.140.02
HSL317.21º91.04%73.73%-
HSV(B)317.21º49%97.65%-
XYZ58.7940.1768.27-
YUV173.4150.92181.93-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.20%
GREEN value IS 127 (50% from 255) = 21.53%
BLUE value IS 214 (83.98% from 255) = 36.27%
R=42.20%
G=21.53%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912721400.490.140.02317.2191.0473.73
HexF97FD6031E213d5b4a
Octal371177326061162475133112
Binary11111001111111111010110011000111101010011110110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97FD6; }

 p { color: rgb(249,127,214); }

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

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

 a { background-color: rgb(249,127,214); }

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

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

 span { border-color: rgb(249,127,214); }

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