#F97DEC

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

Shades of Pale Magenta #F97DEC

Tints of Pale Magenta #F97DEC

Color information

#F97DEC (or 0xF97DEC) is unknown color: approx Pale Magenta. HEX triplet: F9, 7D and EC. RGB value is (249,125,236). Sum of RGB (Red+Green+Blue) = 249+125+236=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 125 (49.22% from 255 or 20.49% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F97DEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F97DEC is #068213. Grayscale: #AEAEAE. Windows color (decimal): -426516 or 15498745. OLE color: 15498745.

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

Color convert

RGB249125236-
CMYK00.500.050.02
HSL306.29º91.18%73.33%-
HSV(B)306.29º49.8%97.65%-
XYZ61.5440.8684-
YUV174.73162.58180.97-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.82%
GREEN value IS 125 (49.22% from 255) = 20.49%
BLUE value IS 236 (92.58% from 255) = 38.69%
R=40.82%
G=20.49%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912523600.500.050.02306.2991.1873.33
HexF97DEC032521325b49
Octal37117535406252462133111
Binary1111100111111011110110001100101011010011001010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97DEC; }

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

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

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

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

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

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

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

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