#F791D9

Color #F791D9 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #F791D9

Tints of Lavender Rose #F791D9

Color information

#F791D9 (or 0xF791D9) is unknown color: approx Lavender Rose. HEX triplet: F7, 91 and D9. RGB value is (247,145,217). Sum of RGB (Red+Green+Blue) = 247+145+217=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 145 (57.03% from 255 or 23.81% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 247 - color contains mainly: red. Hex color #F791D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F791D9 is #086E26. Grayscale: #B7B7B7. Windows color (decimal): -552487 or 14258679. OLE color: 14258679.

HSL color Cylindrical-coordinate representation of color #F791D9: hue angle of 317.65º 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 #F791D9 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB247145217-
CMYK00.410.120.03
HSL317.65º86.44%76.86%-
HSV(B)317.65º41.3%96.86%-
XYZ61.0145.0371.12-
YUV183.71146.79173.15-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.56%
GREEN value IS 145 (57.03% from 255) = 23.81%
BLUE value IS 217 (85.16% from 255) = 35.63%
R=40.56%
G=23.81%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714521700.410.120.03317.6586.4476.86
HexF791D9029C313e564d
Octal367221331051143476126115
Binary111101111001000111011001010100111001110011111010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F791D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F791D9; }

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

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

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

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

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

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

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

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