#F596EC

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

Shades of Lavender Rose #F596EC

Tints of Lavender Rose #F596EC

Color information

#F596EC (or 0xF596EC) is unknown color: approx Lavender Rose. HEX triplet: F5, 96 and EC. RGB value is (245,150,236). Sum of RGB (Red+Green+Blue) = 245+150+236=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 150 (58.98% from 255 or 23.77% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 245 - color contains mainly: red. Hex color #F596EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F596EC is #0A6913. Grayscale: #BBBBBB. Windows color (decimal): -682260 or 15505141. OLE color: 15505141.

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

Color convert

RGB245150236-
CMYK00.390.040.04
HSL305.68º82.61%77.45%-
HSV(B)305.68º38.78%96.08%-
XYZ63.747.2885.13-
YUV188.21154.97168.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.83%
GREEN value IS 150 (58.98% from 255) = 23.77%
BLUE value IS 236 (92.58% from 255) = 37.40%
R=38.83%
G=23.77%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515023600.390.040.04305.6882.6177.45
HexF596EC02744132534d
Octal36522635404744462123115
Binary111101011001011011101100010011110010010011001010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F596EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F596EC; }

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

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

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

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

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

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

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

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