#F791DA

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

Shades of Lavender Rose #F791DA

Tints of Lavender Rose #F791DA

Color information

#F791DA (or 0xF791DA) is unknown color: approx Lavender Rose. HEX triplet: F7, 91 and DA. RGB value is (247,145,218). Sum of RGB (Red+Green+Blue) = 247+145+218=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 145 (57.03% from 255 or 23.77% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F791DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F791DA is #086E25. Grayscale: #B7B7B7. Windows color (decimal): -552486 or 14324215. OLE color: 14324215.

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

Color convert

RGB247145218-
CMYK00.410.120.03
HSL317.06º86.44%76.86%-
HSV(B)317.06º41.3%96.86%-
XYZ61.1445.0971.81-
YUV183.82147.29173.06-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.49%
GREEN value IS 145 (57.03% from 255) = 23.77%
BLUE value IS 218 (85.55% from 255) = 35.74%
R=40.49%
G=23.77%
B=35.74%

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
Decimal24714521800.410.120.03317.0686.4476.86
HexF791DA029C313d564d
Octal367221332051143475126115
Binary111101111001000111011010010100111001110011110110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F791DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F791DA; }

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

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

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

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

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

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

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

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