#F39EE5

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

Shades of Lavender Rose #F39EE5

Tints of Lavender Rose #F39EE5

Color information

#F39EE5 (or 0xF39EE5) is unknown color: approx Lavender Rose. HEX triplet: F3, 9E and E5. RGB value is (243,158,229). Sum of RGB (Red+Green+Blue) = 243+158+229=630 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.57% from 630); Green value is 158 (62.11% from 255 or 25.08% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 243 - color contains mainly: red. Hex color #F39EE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39EE5 is #0C611A. Grayscale: #BFBFBF. Windows color (decimal): -811291 or 15048435. OLE color: 15048435.

HSL color Cylindrical-coordinate representation of color #F39EE5: hue angle of 309.88º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F39EE5 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB243158229-
CMYK00.350.060.05
HSL309.88º77.98%78.63%-
HSV(B)309.88º34.98%95.29%-
XYZ63.3349.1780.28-
YUV191.51149.16164.73-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.57%
GREEN value IS 158 (62.11% from 255) = 25.08%
BLUE value IS 229 (89.84% from 255) = 36.35%
R=38.57%
G=25.08%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315822900.350.060.05309.8877.9878.63
HexF39EE5023651364e4f
Octal36323634504365466116117
Binary111100111001111011100101010001111010110011011010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39EE5; }

 p { color: rgb(243,158,229); }

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

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

 a { background-color: rgb(243,158,229); }

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

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

 span { border-color: rgb(243,158,229); }

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