#F59AD9

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

Shades of Lavender Rose #F59AD9

Tints of Lavender Rose #F59AD9

Color information

#F59AD9 (or 0xF59AD9) is unknown color: approx Lavender Rose. HEX triplet: F5, 9A and D9. RGB value is (245,154,217). Sum of RGB (Red+Green+Blue) = 245+154+217=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 154 (60.55% from 255 or 25% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 245 - color contains mainly: red. Hex color #F59AD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59AD9 is #0A6526. Grayscale: #BCBCBC. Windows color (decimal): -681255 or 14260981. OLE color: 14260981.

HSL color Cylindrical-coordinate representation of color #F59AD9: hue angle of 318.46º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59AD9 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB245154217-
CMYK00.370.110.04
HSL318.46º81.98%78.24%-
HSV(B)318.46º37.14%96.08%-
XYZ61.7447.5371.57-
YUV188.39144.15168.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.77%
GREEN value IS 154 (60.55% from 255) = 25%
BLUE value IS 217 (85.16% from 255) = 35.23%
R=39.77%
G=25%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515421700.370.110.04318.4681.9878.24
HexF59AD9025B413e524e
Octal365232331045134476122116
Binary1111010110011010110110010100101101110010011111010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59AD9; }

 p { color: rgb(245,154,217); }

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

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

 a { background-color: rgb(245,154,217); }

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

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

 span { border-color: rgb(245,154,217); }

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