#F59CEA

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

Shades of Lavender Rose #F59CEA

Tints of Lavender Rose #F59CEA

Color information

#F59CEA (or 0xF59CEA) is unknown color: approx Lavender Rose. HEX triplet: F5, 9C and EA. RGB value is (245,156,234). Sum of RGB (Red+Green+Blue) = 245+156+234=635 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.58% from 635); Green value is 156 (61.33% from 255 or 24.57% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 245 - color contains mainly: red. Hex color #F59CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59CEA is #0A6315. Grayscale: #BFBFBF. Windows color (decimal): -680726 or 15375605. OLE color: 15375605.

HSL color Cylindrical-coordinate representation of color #F59CEA: hue angle of 307.42º degrees, saturation: 0.82, 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 #F59CEA is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB245156234-
CMYK00.360.040.04
HSL307.42º81.65%78.63%-
HSV(B)307.42º36.33%96.08%-
XYZ64.449.1383.93-
YUV191.5151.99166.16-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.58%
GREEN value IS 156 (61.33% from 255) = 24.57%
BLUE value IS 234 (91.80% from 255) = 36.85%
R=38.58%
G=24.57%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515623400.360.040.04307.4281.6578.63
HexF59CEA02444133524f
Octal36523435204444463122117
Binary111101011001110011101010010010010010010011001110100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59CEA; }

 p { color: rgb(245,156,234); }

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

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

 a { background-color: rgb(245,156,234); }

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

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

 span { border-color: rgb(245,156,234); }

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