#F592D7

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

Shades of Lavender Rose #F592D7

Tints of Lavender Rose #F592D7

Color information

#F592D7 (or 0xF592D7) is unknown color: approx Lavender Rose. HEX triplet: F5, 92 and D7. RGB value is (245,146,215). Sum of RGB (Red+Green+Blue) = 245+146+215=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F592D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F592D7 is #0A6D28. Grayscale: #B7B7B7. Windows color (decimal): -683305 or 14127861. OLE color: 14127861.

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

Color convert

RGB245146215-
CMYK00.400.120.04
HSL318.18º83.19%76.67%-
HSV(B)318.18º40.41%96.08%-
XYZ60.244.8869.78-
YUV183.47145.8171.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.43%
GREEN value IS 146 (57.42% from 255) = 24.09%
BLUE value IS 215 (84.38% from 255) = 35.48%
R=40.43%
G=24.09%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514621500.400.120.04318.1883.1976.67
HexF592D7028C413e534d
Octal365222327050144476123115
Binary1111010110010010110101110101000110010010011111010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F592D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F592D7; }

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

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

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

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

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

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

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

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