#F59AD3

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

Shades of Lavender Rose #F59AD3

Tints of Lavender Rose #F59AD3

Color information

#F59AD3 (or 0xF59AD3) is unknown color: approx Lavender Rose. HEX triplet: F5, 9A and D3. RGB value is (245,154,211). Sum of RGB (Red+Green+Blue) = 245+154+211=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 154 (60.55% from 255 or 25.25% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F59AD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59AD3 is #0A652C. Grayscale: #BBBBBB. Windows color (decimal): -681261 or 13867765. OLE color: 13867765.

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

Color convert

RGB245154211-
CMYK00.370.140.04
HSL322.42º81.98%78.24%-
HSV(B)322.42º37.14%96.08%-
XYZ60.9747.2367.53-
YUV187.71141.15168.87-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.16%
GREEN value IS 154 (60.55% from 255) = 25.25%
BLUE value IS 211 (82.81% from 255) = 34.59%
R=40.16%
G=25.25%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515421100.370.140.04322.4281.9878.24
HexF59AD3025E4142524e
Octal365232323045164502122116
Binary1111010110011010110100110100101111010010100001010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59AD3; }

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

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

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

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

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

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

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

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