#F495E4

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

Shades of Lavender Rose #F495E4

Tints of Lavender Rose #F495E4

Color information

#F495E4 (or 0xF495E4) is unknown color: approx Lavender Rose. HEX triplet: F4, 95 and E4. RGB value is (244,149,228). Sum of RGB (Red+Green+Blue) = 244+149+228=621 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.29% from 621); Green value is 149 (58.59% from 255 or 23.99% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 244 - color contains mainly: red. Hex color #F495E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F495E4 is #0B6A1B. Grayscale: #BABABA. Windows color (decimal): -748060 or 14980596. OLE color: 14980596.

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

Color convert

RGB244149228-
CMYK00.390.070.04
HSL310.11º81.2%77.06%-
HSV(B)310.11º38.93%95.69%-
XYZ62.0646.3379.07-
YUV186.41151.47169.08-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.29%
GREEN value IS 149 (58.59% from 255) = 23.99%
BLUE value IS 228 (89.45% from 255) = 36.71%
R=39.29%
G=23.99%
B=36.71%

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
Decimal24414922800.390.070.04310.1181.277.06
HexF495E402774136514d
Octal36422534404774466121115
Binary111101001001010111100100010011111110010011011010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F495E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F495E4; }

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

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

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

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

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

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

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

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