#F59FEC

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

Shades of Lavender Rose #F59FEC

Tints of Lavender Rose #F59FEC

Color information

#F59FEC (or 0xF59FEC) is unknown color: approx Lavender Rose. HEX triplet: F5, 9F and EC. RGB value is (245,159,236). Sum of RGB (Red+Green+Blue) = 245+159+236=640 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.28% from 640); Green value is 159 (62.5% from 255 or 24.84% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 245 - color contains mainly: red. Hex color #F59FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59FEC is #0A6013. Grayscale: #C1C1C1. Windows color (decimal): -679956 or 15507445. OLE color: 15507445.

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

Color convert

RGB245159236-
CMYK00.350.040.04
HSL306.28º81.13%79.22%-
HSV(B)306.28º35.1%96.08%-
XYZ65.1950.2685.62-
YUV193.49151.99164.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.28%
GREEN value IS 159 (62.5% from 255) = 24.84%
BLUE value IS 236 (92.58% from 255) = 36.88%
R=38.28%
G=24.84%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515923600.350.040.04306.2881.1379.22
HexF59FEC02344132514f
Octal36523735404344462121117
Binary111101011001111111101100010001110010010011001010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59FEC; }

 p { color: rgb(245,159,236); }

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

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

 a { background-color: rgb(245,159,236); }

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

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

 span { border-color: rgb(245,159,236); }

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