#F791D7

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

Shades of Lavender Rose #F791D7

Tints of Lavender Rose #F791D7

Color information

#F791D7 (or 0xF791D7) is unknown color: approx Lavender Rose. HEX triplet: F7, 91 and D7. RGB value is (247,145,215). Sum of RGB (Red+Green+Blue) = 247+145+215=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 145 (57.03% from 255 or 23.89% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F791D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F791D7 is #086E28. Grayscale: #B7B7B7. Windows color (decimal): -552489 or 14127607. OLE color: 14127607.

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

Color convert

RGB247145215-
CMYK00.410.130.03
HSL318.82º86.44%76.86%-
HSV(B)318.82º41.3%96.86%-
XYZ60.7544.9369.76-
YUV183.48145.79173.31-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.69%
GREEN value IS 145 (57.03% from 255) = 23.89%
BLUE value IS 215 (84.38% from 255) = 35.42%
R=40.69%
G=23.89%
B=35.42%

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
Decimal24714521500.410.130.03318.8286.4476.86
HexF791D7029D313f564d
Octal367221327051153477126115
Binary111101111001000111010111010100111011110011111110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F791D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F791D7; }

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

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

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

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

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

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

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

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