#F97FE4

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

Shades of Pale Magenta #F97FE4

Tints of Pale Magenta #F97FE4

Color information

#F97FE4 (or 0xF97FE4) is unknown color: approx Pale Magenta. HEX triplet: F9, 7F and E4. RGB value is (249,127,228). Sum of RGB (Red+Green+Blue) = 249+127+228=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 127 (50% from 255 or 21.03% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F97FE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97FE4 is #06801B. Grayscale: #AEAEAE. Windows color (decimal): -426012 or 14974969. OLE color: 14974969.

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

Color convert

RGB249127228-
CMYK00.490.080.02
HSL310.33º91.04%73.73%-
HSV(B)310.33º49%97.65%-
XYZ60.6640.9278.1-
YUV174.99157.92180.79-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.23%
GREEN value IS 127 (50% from 255) = 21.03%
BLUE value IS 228 (89.45% from 255) = 37.75%
R=41.23%
G=21.03%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912722800.490.080.02310.3391.0473.73
HexF97FE4031821365b4a
Octal371177344061102466133112
Binary11111001111111111100100011000110001010011011010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97FE4; }

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

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

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

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

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

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

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

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