#F791E1

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

Shades of Pale Magenta #F791E1

Tints of Pale Magenta #F791E1

Color information

#F791E1 (or 0xF791E1) is unknown color: approx Pale Magenta. HEX triplet: F7, 91 and E1. RGB value is (247,145,225). Sum of RGB (Red+Green+Blue) = 247+145+225=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 145 (57.03% from 255 or 23.50% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F791E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F791E1 is #086E1E. Grayscale: #B8B8B8. Windows color (decimal): -552479 or 14782967. OLE color: 14782967.

HSL color Cylindrical-coordinate representation of color #F791E1: hue angle of 312.94º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F791E1 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB247145225-
CMYK00.410.090.03
HSL312.94º86.44%76.86%-
HSV(B)312.94º41.3%96.86%-
XYZ62.0745.4676.74-
YUV184.62150.79172.5-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.03%
GREEN value IS 145 (57.03% from 255) = 23.50%
BLUE value IS 225 (88.28% from 255) = 36.47%
R=40.03%
G=23.50%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714522500.410.090.03312.9486.4476.86
HexF791E102993139564d
Octal367221341051113471126115
Binary111101111001000111100001010100110011110011100110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F791E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F791E1; }

 p { color: rgb(247,145,225); }

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

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

 a { background-color: rgb(247,145,225); }

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

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

 span { border-color: rgb(247,145,225); }

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