#F495E3

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

Shades of Lavender Rose #F495E3

Tints of Lavender Rose #F495E3

Color information

#F495E3 (or 0xF495E3) is unknown color: approx Lavender Rose. HEX triplet: F4, 95 and E3. RGB value is (244,149,227). Sum of RGB (Red+Green+Blue) = 244+149+227=620 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.35% from 620); Green value is 149 (58.59% from 255 or 24.03% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 244 - color contains mainly: red. Hex color #F495E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F495E3 is #0B6A1C. Grayscale: #BABABA. Windows color (decimal): -748061 or 14915060. OLE color: 14915060.

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

Color convert

RGB244149227-
CMYK00.390.070.04
HSL310.74º81.2%77.06%-
HSV(B)310.74º38.93%95.69%-
XYZ61.9246.2778.34-
YUV186.3150.97169.16-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.35%
GREEN value IS 149 (58.59% from 255) = 24.03%
BLUE value IS 227 (89.06% from 255) = 36.61%
R=39.35%
G=24.03%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414922700.390.070.04310.7481.277.06
HexF495E302774137514d
Octal36422534304774467121115
Binary111101001001010111100011010011111110010011011110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F495E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F495E3; }

 p { color: rgb(244,149,227); }

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

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

 a { background-color: rgb(244,149,227); }

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

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

 span { border-color: rgb(244,149,227); }

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