#F497D1

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

Shades of Lavender Rose #F497D1

Tints of Lavender Rose #F497D1

Color information

#F497D1 (or 0xF497D1) is unknown color: approx Lavender Rose. HEX triplet: F4, 97 and D1. RGB value is (244,151,209). Sum of RGB (Red+Green+Blue) = 244+151+209=604 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.40% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 244 - color contains mainly: red. Hex color #F497D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F497D1 is #0B682E. Grayscale: #B9B9B9. Windows color (decimal): -747567 or 13735924. OLE color: 13735924.

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

Color convert

RGB244151209-
CMYK00.380.140.04
HSL322.58º80.87%77.45%-
HSV(B)322.58º38.11%95.69%-
XYZ59.8845.9766.04-
YUV185.42141.31169.78-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.40%
GREEN value IS 151 (59.38% from 255) = 25%
BLUE value IS 209 (82.03% from 255) = 34.60%
R=40.40%
G=25%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415120900.380.140.04322.5880.8777.45
HexF497D1026E4143514d
Octal364227321046164503121115
Binary1111010010010111110100010100110111010010100001110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F497D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F497D1; }

 p { color: rgb(244,151,209); }

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

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

 a { background-color: rgb(244,151,209); }

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

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

 span { border-color: rgb(244,151,209); }

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