#F596D2

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

Shades of Lavender Rose #F596D2

Tints of Lavender Rose #F596D2

Color information

#F596D2 (or 0xF596D2) is unknown color: approx Lavender Rose. HEX triplet: F5, 96 and D2. RGB value is (245,150,210). Sum of RGB (Red+Green+Blue) = 245+150+210=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 150 (58.98% from 255 or 24.79% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F596D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F596D2 is #0A692D. Grayscale: #B9B9B9. Windows color (decimal): -682286 or 13801205. OLE color: 13801205.

HSL color Cylindrical-coordinate representation of color #F596D2: hue angle of 322.11º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F596D2 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB245150210-
CMYK00.390.140.04
HSL322.11º82.61%77.45%-
HSV(B)322.11º38.78%96.08%-
XYZ60.245.8866.66-
YUV185.24141.97170.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.50%
GREEN value IS 150 (58.98% from 255) = 24.79%
BLUE value IS 210 (82.42% from 255) = 34.71%
R=40.50%
G=24.79%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515021000.390.140.04322.1182.6177.45
HexF596D2027E4142534d
Octal365226322047164502123115
Binary1111010110010110110100100100111111010010100001010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F596D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F596D2; }

 p { color: rgb(245,150,210); }

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

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

 a { background-color: rgb(245,150,210); }

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

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

 span { border-color: rgb(245,150,210); }

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