#F59AF0

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

Shades of Lavender Rose #F59AF0

Tints of Lavender Rose #F59AF0

Color information

#F59AF0 (or 0xF59AF0) is unknown color: approx Lavender Rose. HEX triplet: F5, 9A and F0. RGB value is (245,154,240). Sum of RGB (Red+Green+Blue) = 245+154+240=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 154 (60.55% from 255 or 24.10% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F59AF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59AF0 is #0A650F. Grayscale: #BEBEBE. Windows color (decimal): -681232 or 15768309. OLE color: 15768309.

HSL color Cylindrical-coordinate representation of color #F59AF0: hue angle of 303.3º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59AF0 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB245154240-
CMYK00.370.020.04
HSL303.3º81.98%78.24%-
HSV(B)303.3º37.14%96.08%-
XYZ64.9448.8188.44-
YUV191.01155.65166.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.34%
GREEN value IS 154 (60.55% from 255) = 24.10%
BLUE value IS 240 (94.14% from 255) = 37.56%
R=38.34%
G=24.10%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515424000.370.020.04303.381.9878.24
HexF59AF00252412f524e
Octal36523236004524457122116
Binary11110101100110101111000001001011010010010111110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59AF0; }

 p { color: rgb(245,154,240); }

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

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

 a { background-color: rgb(245,154,240); }

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

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

 span { border-color: rgb(245,154,240); }

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