#F97DEB

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

Shades of Pale Magenta #F97DEB

Tints of Pale Magenta #F97DEB

Color information

#F97DEB (or 0xF97DEB) is unknown color: approx Pale Magenta. HEX triplet: F9, 7D and EB. RGB value is (249,125,235). Sum of RGB (Red+Green+Blue) = 249+125+235=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 125 (49.22% from 255 or 20.53% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F97DEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F97DEB is #068214. Grayscale: #AEAEAE. Windows color (decimal): -426517 or 15433209. OLE color: 15433209.

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

Color convert

RGB249125235-
CMYK00.500.060.02
HSL306.77º91.18%73.33%-
HSV(B)306.77º49.8%97.65%-
XYZ61.440.8183.24-
YUV174.62162.08181.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.89%
GREEN value IS 125 (49.22% from 255) = 20.53%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=40.89%
G=20.53%
B=38.59%

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
Decimal24912523500.500.060.02306.7791.1873.33
HexF97DEB032621335b49
Octal37117535306262463133111
Binary1111100111111011110101101100101101010011001110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97DEB; }

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

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

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

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

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

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

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

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