#F794D5

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

Shades of Lavender Rose #F794D5

Tints of Lavender Rose #F794D5

Color information

#F794D5 (or 0xF794D5) is unknown color: approx Lavender Rose. HEX triplet: F7, 94 and D5. RGB value is (247,148,213). Sum of RGB (Red+Green+Blue) = 247+148+213=608 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.62% from 608); Green value is 148 (58.20% from 255 or 24.34% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 247 - color contains mainly: red. Hex color #F794D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F794D5 is #086B2A. Grayscale: #B8B8B8. Windows color (decimal): -551723 or 13997303. OLE color: 13997303.

HSL color Cylindrical-coordinate representation of color #F794D5: hue angle of 320.61º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F794D5 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB247148213-
CMYK00.400.140.03
HSL320.61º86.09%77.45%-
HSV(B)320.61º40.08%96.86%-
XYZ60.9645.7668.57-
YUV185.01143.8172.21-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.62%
GREEN value IS 148 (58.20% from 255) = 24.34%
BLUE value IS 213 (83.59% from 255) = 35.03%
R=40.62%
G=24.34%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714821300.400.140.03320.6186.0977.45
HexF794D5028E3141564d
Octal367224325050163501126115
Binary111101111001010011010101010100011101110100000110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F794D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F794D5; }

 p { color: rgb(247,148,213); }

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

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

 a { background-color: rgb(247,148,213); }

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

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

 span { border-color: rgb(247,148,213); }

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