#f790d9

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

Shades of Lavender Rose #F790D9

Tints of Lavender Rose #F790D9

Color information

#F790D9 (or 0xF790D9) is unknown color: approx Lavender Rose. HEX triplet: F7, 90 and D9. RGB value is (247,144,217). Sum of RGB (Red+Green+Blue) = 247+144+217=608 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.62% from 608); Green value is 144 (56.64% from 255 or 23.68% from 608); Blue value is 217 (85.16% from 255 or 35.69% from 608); Max value from RGB is 247 - color contains mainly: red. Hex color #F790D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F790D9 is #086F26. Grayscale: #B6B6B6. Windows color (decimal): -552743 or 14258423. OLE color: 14258423.

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

Color convert

RGB247144217-
CMYK00.420.120.03
HSL317.48º86.55%76.67%-
HSV(B)317.48º41.7%96.86%-
XYZ60.8644.7371.07-
YUV183.12147.12173.56-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.62%
GREEN value IS 144 (56.64% from 255) = 23.68%
BLUE value IS 217 (85.16% from 255) = 35.69%
R=40.62%
G=23.68%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714421700.420.120.03317.4886.5576.67
HexF790D902AC313d574d
Octal367220331052143475127115
Binary111101111001000011011001010101011001110011110110101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f790d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f790d9; }

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

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

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

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

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

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

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

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