#F97EE9

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

Shades of Pale Magenta #F97EE9

Tints of Pale Magenta #F97EE9

Color information

#F97EE9 (or 0xF97EE9) is unknown color: approx Pale Magenta. HEX triplet: F9, 7E and E9. RGB value is (249,126,233). Sum of RGB (Red+Green+Blue) = 249+126+233=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 126 (49.61% from 255 or 20.72% from 608); Blue value is 233 (91.41% from 255 or 38.32% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F97EE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F97EE9 is #068116. Grayscale: #AEAEAE. Windows color (decimal): -426263 or 15302393. OLE color: 15302393.

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

Color convert

RGB249126233-
CMYK00.490.060.02
HSL307.8º91.11%73.53%-
HSV(B)307.8º49.4%97.65%-
XYZ61.2440.9481.77-
YUV174.98160.75180.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.95%
GREEN value IS 126 (49.61% from 255) = 20.72%
BLUE value IS 233 (91.41% from 255) = 38.32%
R=40.95%
G=20.72%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912623300.490.060.02307.891.1173.53
HexF97EE9031621345b4a
Octal37117635106162464133112
Binary1111100111111101110100101100011101010011010010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97EE9; }

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

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

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

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

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

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

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

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