#F791D8

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

Shades of Lavender Rose #F791D8

Tints of Lavender Rose #F791D8

Color information

#F791D8 (or 0xF791D8) is unknown color: approx Lavender Rose. HEX triplet: F7, 91 and D8. RGB value is (247,145,216). Sum of RGB (Red+Green+Blue) = 247+145+216=608 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.62% from 608); Green value is 145 (57.03% from 255 or 23.85% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 247 - color contains mainly: red. Hex color #F791D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F791D8 is #086E27. Grayscale: #B7B7B7. Windows color (decimal): -552488 or 14193143. OLE color: 14193143.

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

Color convert

RGB247145216-
CMYK00.410.130.03
HSL318.24º86.44%76.86%-
HSV(B)318.24º41.3%96.86%-
XYZ60.8844.9870.44-
YUV183.59146.29173.23-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.62%
GREEN value IS 145 (57.03% from 255) = 23.85%
BLUE value IS 216 (84.77% from 255) = 35.53%
R=40.62%
G=23.85%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714521600.410.130.03318.2486.4476.86
HexF791D8029D313e564d
Octal367221330051153476126115
Binary111101111001000111011000010100111011110011111010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F791D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F791D8; }

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

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

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

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

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

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

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

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