#F97FDE

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

Shades of Pale Magenta #F97FDE

Tints of Pale Magenta #F97FDE

Color information

#F97FDE (or 0xF97FDE) is unknown color: approx Pale Magenta. HEX triplet: F9, 7F and DE. RGB value is (249,127,222). Sum of RGB (Red+Green+Blue) = 249+127+222=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 127 (50% from 255 or 21.24% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F97FDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97FDE is #068021. Grayscale: #AEAEAE. Windows color (decimal): -426018 or 14581753. OLE color: 14581753.

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

Color convert

RGB249127222-
CMYK00.490.110.02
HSL313.28º91.04%73.73%-
HSV(B)313.28º49%97.65%-
XYZ59.8440.5973.79-
YUV174.31154.92181.28-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.64%
GREEN value IS 127 (50% from 255) = 21.24%
BLUE value IS 222 (87.11% from 255) = 37.12%
R=41.64%
G=21.24%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912722200.490.110.02313.2891.0473.73
HexF97FDE031B21395b4a
Octal371177336061132471133112
Binary11111001111111111011110011000110111010011100110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97FDE; }

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

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

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

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

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

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

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

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