#F97BD9

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

Shades of Pale Magenta #F97BD9

Tints of Pale Magenta #F97BD9

Color information

#F97BD9 (or 0xF97BD9) is unknown color: approx Pale Magenta. HEX triplet: F9, 7B and D9. RGB value is (249,123,217). Sum of RGB (Red+Green+Blue) = 249+123+217=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 123 (48.44% from 255 or 20.88% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F97BD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97BD9 is #068426. Grayscale: #ABABAB. Windows color (decimal): -427047 or 14253049. OLE color: 14253049.

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

Color convert

RGB249123217-
CMYK00.510.130.02
HSL315.24º91.3%72.94%-
HSV(B)315.24º50.6%97.65%-
XYZ58.6739.3270.14-
YUV171.39153.74183.36-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.28%
GREEN value IS 123 (48.44% from 255) = 20.88%
BLUE value IS 217 (85.16% from 255) = 36.84%
R=42.28%
G=20.88%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912321700.510.130.02315.2491.372.94
HexF97BD9033D213b5b49
Octal371173331063152473133111
Binary11111001111101111011001011001111011010011101110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97BD9; }

 p { color: rgb(249,123,217); }

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

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

 a { background-color: rgb(249,123,217); }

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

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

 span { border-color: rgb(249,123,217); }

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