#F59AF1

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

Shades of Lavender Rose #F59AF1

Tints of Lavender Rose #F59AF1

Color information

#F59AF1 (or 0xF59AF1) is unknown color: approx Lavender Rose. HEX triplet: F5, 9A and F1. RGB value is (245,154,241). Sum of RGB (Red+Green+Blue) = 245+154+241=640 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.28% from 640); Green value is 154 (60.55% from 255 or 24.06% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 245 - color contains mainly: red. Hex color #F59AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59AF1 is #0A650E. Grayscale: #BEBEBE. Windows color (decimal): -681231 or 15833845. OLE color: 15833845.

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

Color convert

RGB245154241-
CMYK00.370.020.04
HSL302.64º81.98%78.24%-
HSV(B)302.64º37.14%96.08%-
XYZ65.0948.8789.22-
YUV191.13156.15166.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.28%
GREEN value IS 154 (60.55% from 255) = 24.06%
BLUE value IS 241 (94.53% from 255) = 37.66%
R=38.28%
G=24.06%
B=37.66%

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
Decimal24515424100.370.020.04302.6481.9878.24
HexF59AF10252412f524e
Octal36523236104524457122116
Binary11110101100110101111000101001011010010010111110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59AF1; }

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

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

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

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

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

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

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

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