#F496D0

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

Shades of Lavender Rose #F496D0

Tints of Lavender Rose #F496D0

Color information

#F496D0 (or 0xF496D0) is unknown color: approx Lavender Rose. HEX triplet: F4, 96 and D0. RGB value is (244,150,208). Sum of RGB (Red+Green+Blue) = 244+150+208=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 150 (58.98% from 255 or 24.92% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 244 - color contains mainly: red. Hex color #F496D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F496D0 is #0B692F. Grayscale: #B8B8B8. Windows color (decimal): -747824 or 13670132. OLE color: 13670132.

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

Color convert

RGB244150208-
CMYK00.390.150.04
HSL322.98º81.03%77.25%-
HSV(B)322.98º38.52%95.69%-
XYZ59.645.665.33-
YUV184.72141.14170.28-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.53%
GREEN value IS 150 (58.98% from 255) = 24.92%
BLUE value IS 208 (81.64% from 255) = 34.55%
R=40.53%
G=24.92%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415020800.390.150.04322.9881.0377.25
HexF496D0027F4143514d
Octal364226320047174503121115
Binary1111010010010110110100000100111111110010100001110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F496D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F496D0; }

 p { color: rgb(244,150,208); }

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

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

 a { background-color: rgb(244,150,208); }

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

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

 span { border-color: rgb(244,150,208); }

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