#F97CE8

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

Shades of Pale Magenta #F97CE8

Tints of Pale Magenta #F97CE8

Color information

#F97CE8 (or 0xF97CE8) is unknown color: approx Pale Magenta. HEX triplet: F9, 7C and E8. RGB value is (249,124,232). Sum of RGB (Red+Green+Blue) = 249+124+232=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 124 (48.83% from 255 or 20.50% from 605); Blue value is 232 (91.02% from 255 or 38.35% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F97CE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F97CE8 is #068317. Grayscale: #ADADAD. Windows color (decimal): -426776 or 15236345. OLE color: 15236345.

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

Color convert

RGB249124232-
CMYK00.500.070.02
HSL308.16º91.24%73.14%-
HSV(B)308.16º50.2%97.65%-
XYZ60.8440.3880.93-
YUV173.69160.91181.72-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.16%
GREEN value IS 124 (48.83% from 255) = 20.50%
BLUE value IS 232 (91.02% from 255) = 38.35%
R=41.16%
G=20.50%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912423200.500.070.02308.1691.2473.14
HexF97CE8032721345b49
Octal37117435006272464133111
Binary1111100111111001110100001100101111010011010010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97CE8; }

 p { color: rgb(249,124,232); }

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

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

 a { background-color: rgb(249,124,232); }

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

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

 span { border-color: rgb(249,124,232); }

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