#F59DF3

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

Shades of Lavender Rose #F59DF3

Tints of Lavender Rose #F59DF3

Color information

#F59DF3 (or 0xF59DF3) is unknown color: approx Lavender Rose. HEX triplet: F5, 9D and F3. RGB value is (245,157,243). Sum of RGB (Red+Green+Blue) = 245+157+243=645 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.98% from 645); Green value is 157 (61.72% from 255 or 24.34% from 645); Blue value is 243 (95.31% from 255 or 37.67% from 645); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59DF3 is #0A620C. Grayscale: #C0C0C0. Windows color (decimal): -680461 or 15965685. OLE color: 15965685.

HSL color Cylindrical-coordinate representation of color #F59DF3: hue angle of 301.36º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F59DF3 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB245157243-
CMYK00.360.010.04
HSL301.36º81.48%78.82%-
HSV(B)301.36º35.92%96.08%-
XYZ65.895090.97-
YUV193.12156.15165.01-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.98%
GREEN value IS 157 (61.72% from 255) = 24.34%
BLUE value IS 243 (95.31% from 255) = 37.67%
R=37.98%
G=24.34%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515724300.360.010.04301.3681.4878.82
HexF59DF30241412d514f
Octal36523536304414455121117
Binary1111010110011101111100110100100110010010110110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59DF3; }

 p { color: rgb(245,157,243); }

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

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

 a { background-color: rgb(245,157,243); }

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

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

 span { border-color: rgb(245,157,243); }

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