#F596E4

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

Shades of Lavender Rose #F596E4

Tints of Lavender Rose #F596E4

Color information

#F596E4 (or 0xF596E4) is unknown color: approx Lavender Rose. HEX triplet: F5, 96 and E4. RGB value is (245,150,228). Sum of RGB (Red+Green+Blue) = 245+150+228=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 150 (58.98% from 255 or 24.08% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 245 - color contains mainly: red. Hex color #F596E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F596E4 is #0A691B. Grayscale: #BBBBBB. Windows color (decimal): -682268 or 14980853. OLE color: 14980853.

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

Color convert

RGB245150228-
CMYK00.390.070.04
HSL310.74º82.61%77.45%-
HSV(B)310.74º38.78%96.08%-
XYZ62.5746.8379.14-
YUV187.3150.97169.16-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.33%
GREEN value IS 150 (58.98% from 255) = 24.08%
BLUE value IS 228 (89.45% from 255) = 36.60%
R=39.33%
G=24.08%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515022800.390.070.04310.7482.6177.45
HexF596E402774137534d
Octal36522634404774467123115
Binary111101011001011011100100010011111110010011011110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F596E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F596E4; }

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

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

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

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

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

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

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

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