#F97DE9

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

Shades of Pale Magenta #F97DE9

Tints of Pale Magenta #F97DE9

Color information

#F97DE9 (or 0xF97DE9) is unknown color: approx Pale Magenta. HEX triplet: F9, 7D and E9. RGB value is (249,125,233). Sum of RGB (Red+Green+Blue) = 249+125+233=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 125 (49.22% from 255 or 20.59% from 607); Blue value is 233 (91.41% from 255 or 38.39% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F97DE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F97DE9 is #068216. Grayscale: #AEAEAE. Windows color (decimal): -426519 or 15302137. OLE color: 15302137.

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

Color convert

RGB249125233-
CMYK00.500.060.02
HSL307.74º91.18%73.33%-
HSV(B)307.74º49.8%97.65%-
XYZ61.1140.6981.72-
YUV174.39161.08181.22-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.02%
GREEN value IS 125 (49.22% from 255) = 20.59%
BLUE value IS 233 (91.41% from 255) = 38.39%
R=41.02%
G=20.59%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912523300.500.060.02307.7491.1873.33
HexF97DE9032621345b49
Octal37117535106262464133111
Binary1111100111111011110100101100101101010011010010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97DE9; }

 p { color: rgb(249,125,233); }

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

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

 a { background-color: rgb(249,125,233); }

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

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

 span { border-color: rgb(249,125,233); }

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