#F59CE3

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

Shades of Lavender Rose #F59CE3

Tints of Lavender Rose #F59CE3

Color information

#F59CE3 (or 0xF59CE3) is unknown color: approx Lavender Rose. HEX triplet: F5, 9C and E3. RGB value is (245,156,227). Sum of RGB (Red+Green+Blue) = 245+156+227=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 156 (61.33% from 255 or 24.84% from 628); Blue value is 227 (89.06% from 255 or 36.15% from 628); Max value from RGB is 245 - color contains mainly: red. Hex color #F59CE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59CE3 is #0A631C. Grayscale: #BEBEBE. Windows color (decimal): -680733 or 14916853. OLE color: 14916853.

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

Color convert

RGB245156227-
CMYK00.360.070.04
HSL312.13º81.65%78.63%-
HSV(B)312.13º36.33%96.08%-
XYZ63.4148.7478.74-
YUV190.7148.49166.73-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.01%
GREEN value IS 156 (61.33% from 255) = 24.84%
BLUE value IS 227 (89.06% from 255) = 36.15%
R=39.01%
G=24.84%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515622700.360.070.04312.1381.6578.63
HexF59CE302474138524f
Octal36523434304474470122117
Binary111101011001110011100011010010011110010011100010100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59CE3; }

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

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

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

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

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

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

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

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