#F59ADC

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

Shades of Lavender Rose #F59ADC

Tints of Lavender Rose #F59ADC

Color information

#F59ADC (or 0xF59ADC) is unknown color: approx Lavender Rose. HEX triplet: F5, 9A and DC. RGB value is (245,154,220). Sum of RGB (Red+Green+Blue) = 245+154+220=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 154 (60.55% from 255 or 24.88% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F59ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59ADC is #0A6523. Grayscale: #BCBCBC. Windows color (decimal): -681252 or 14457589. OLE color: 14457589.

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

Color convert

RGB245154220-
CMYK00.370.100.04
HSL316.48º81.98%78.24%-
HSV(B)316.48º37.14%96.08%-
XYZ62.1347.6973.64-
YUV188.73145.65168.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.58%
GREEN value IS 154 (60.55% from 255) = 24.88%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=39.58%
G=24.88%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515422000.370.100.04316.4881.9878.24
HexF59ADC025A413c524e
Octal365232334045124474122116
Binary1111010110011010110111000100101101010010011110010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59ADC; }

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

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

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

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

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

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

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

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