#F97ED6

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

Shades of Pale Magenta #F97ED6

Tints of Pale Magenta #F97ED6

Color information

#F97ED6 (or 0xF97ED6) is unknown color: approx Pale Magenta. HEX triplet: F9, 7E and D6. RGB value is (249,126,214). Sum of RGB (Red+Green+Blue) = 249+126+214=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 126 (49.61% from 255 or 21.39% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F97ED6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97ED6 is #068129. Grayscale: #ACACAC. Windows color (decimal): -426282 or 14057209. OLE color: 14057209.

HSL color Cylindrical-coordinate representation of color #F97ED6: hue angle of 317.07º 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 #F97ED6 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB249126214-
CMYK00.490.140.02
HSL317.07º91.11%73.53%-
HSV(B)317.07º49.4%97.65%-
XYZ58.6739.9268.23-
YUV172.81151.25182.34-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.28%
GREEN value IS 126 (49.61% from 255) = 21.39%
BLUE value IS 214 (83.98% from 255) = 36.33%
R=42.28%
G=21.39%
B=36.33%

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
Decimal24912621400.490.140.02317.0791.1173.53
HexF97ED6031E213d5b4a
Octal371176326061162475133112
Binary11111001111111011010110011000111101010011110110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97ED6; }

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

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

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

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

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

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

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

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