#F97FE2

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

Shades of Pale Magenta #F97FE2

Tints of Pale Magenta #F97FE2

Color information

#F97FE2 (or 0xF97FE2) is unknown color: approx Pale Magenta. HEX triplet: F9, 7F and E2. RGB value is (249,127,226). Sum of RGB (Red+Green+Blue) = 249+127+226=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 127 (50% from 255 or 21.10% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F97FE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97FE2 is #06801D. Grayscale: #AEAEAE. Windows color (decimal): -426014 or 14843897. OLE color: 14843897.

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

Color convert

RGB249127226-
CMYK00.490.090.02
HSL311.31º91.04%73.73%-
HSV(B)311.31º49%97.65%-
XYZ60.3840.8176.65-
YUV174.76156.92180.95-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.36%
GREEN value IS 127 (50% from 255) = 21.10%
BLUE value IS 226 (88.67% from 255) = 37.54%
R=41.36%
G=21.10%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912722600.490.090.02311.3191.0473.73
HexF97FE2031921375b4a
Octal371177342061112467133112
Binary11111001111111111100010011000110011010011011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97FE2; }

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

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

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

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

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

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

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

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