#F59ADF

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

Shades of Lavender Rose #F59ADF

Tints of Lavender Rose #F59ADF

Color information

#F59ADF (or 0xF59ADF) is unknown color: approx Lavender Rose. HEX triplet: F5, 9A and DF. RGB value is (245,154,223). Sum of RGB (Red+Green+Blue) = 245+154+223=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 154 (60.55% from 255 or 24.76% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 245 - color contains mainly: red. Hex color #F59ADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59ADF is #0A6520. Grayscale: #BCBCBC. Windows color (decimal): -681249 or 14654197. OLE color: 14654197.

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

Color convert

RGB245154223-
CMYK00.370.090.04
HSL314.51º81.98%78.24%-
HSV(B)314.51º37.14%96.08%-
XYZ62.5347.8575.75-
YUV189.08147.15167.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.39%
GREEN value IS 154 (60.55% from 255) = 24.76%
BLUE value IS 223 (87.5% from 255) = 35.85%
R=39.39%
G=24.76%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515422300.370.090.04314.5181.9878.24
HexF59ADF0259413b524e
Octal365232337045114473122116
Binary1111010110011010110111110100101100110010011101110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59ADF; }

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

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

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

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

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

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

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

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