#F592DA

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

Shades of Lavender Rose #F592DA

Tints of Lavender Rose #F592DA

Color information

#F592DA (or 0xF592DA) is unknown color: approx Lavender Rose. HEX triplet: F5, 92 and DA. RGB value is (245,146,218). Sum of RGB (Red+Green+Blue) = 245+146+218=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 146 (57.42% from 255 or 23.97% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F592DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F592DA is #0A6D25. Grayscale: #B7B7B7. Windows color (decimal): -683302 or 14324469. OLE color: 14324469.

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

Color convert

RGB245146218-
CMYK00.400.110.04
HSL316.36º83.19%76.67%-
HSV(B)316.36º40.41%96.08%-
XYZ60.5945.0371.83-
YUV183.81147.3171.65-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.23%
GREEN value IS 146 (57.42% from 255) = 23.97%
BLUE value IS 218 (85.55% from 255) = 35.80%
R=40.23%
G=23.97%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514621800.400.110.04316.3683.1976.67
HexF592DA028B413c534d
Octal365222332050134474123115
Binary1111010110010010110110100101000101110010011110010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F592DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F592DA; }

 p { color: rgb(245,146,218); }

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

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

 a { background-color: rgb(245,146,218); }

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

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

 span { border-color: rgb(245,146,218); }

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