#F593D5

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

Shades of Lavender Rose #F593D5

Tints of Lavender Rose #F593D5

Color information

#F593D5 (or 0xF593D5) is unknown color: approx Lavender Rose. HEX triplet: F5, 93 and D5. RGB value is (245,147,213). Sum of RGB (Red+Green+Blue) = 245+147+213=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 147 (57.81% from 255 or 24.30% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F593D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F593D5 is #0A6C2A. Grayscale: #B7B7B7. Windows color (decimal): -683051 or 13997045. OLE color: 13997045.

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

Color convert

RGB245147213-
CMYK00.40.130.04
HSL319.59º83.05%76.86%-
HSV(B)319.59º40%96.08%-
XYZ60.145.0868.49-
YUV183.83144.47171.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.50%
GREEN value IS 147 (57.81% from 255) = 24.30%
BLUE value IS 213 (83.59% from 255) = 35.21%
R=40.50%
G=24.30%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514721300.40.130.04319.5983.0576.86
HexF593D5028D4140534d
Octal365223325050154500123115
Binary1111010110010011110101010101000110110010100000010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F593D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F593D5; }

 p { color: rgb(245,147,213); }

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

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

 a { background-color: rgb(245,147,213); }

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

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

 span { border-color: rgb(245,147,213); }

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