#F59AD8

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

Shades of Lavender Rose #F59AD8

Tints of Lavender Rose #F59AD8

Color information

#F59AD8 (or 0xF59AD8) is unknown color: approx Lavender Rose. HEX triplet: F5, 9A and D8. RGB value is (245,154,216). Sum of RGB (Red+Green+Blue) = 245+154+216=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 154 (60.55% from 255 or 25.04% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F59AD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59AD8 is #0A6527. Grayscale: #BCBCBC. Windows color (decimal): -681256 or 14195445. OLE color: 14195445.

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

Color convert

RGB245154216-
CMYK00.370.120.04
HSL319.12º81.98%78.24%-
HSV(B)319.12º37.14%96.08%-
XYZ61.6147.4870.88-
YUV188.28143.65168.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.84%
GREEN value IS 154 (60.55% from 255) = 25.04%
BLUE value IS 216 (84.77% from 255) = 35.12%
R=39.84%
G=25.04%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515421600.370.120.04319.1281.9878.24
HexF59AD8025C413f524e
Octal365232330045144477122116
Binary1111010110011010110110000100101110010010011111110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59AD8; }

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

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

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

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

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

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

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

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