#F491D6

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

Shades of Lavender Rose #F491D6

Tints of Lavender Rose #F491D6

Color information

#F491D6 (or 0xF491D6) is unknown color: approx Lavender Rose. HEX triplet: F4, 91 and D6. RGB value is (244,145,214). Sum of RGB (Red+Green+Blue) = 244+145+214=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 145 (57.03% from 255 or 24.05% from 603); Blue value is 214 (83.98% from 255 or 35.49% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F491D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F491D6 is #0B6E29. Grayscale: #B6B6B6. Windows color (decimal): -749098 or 14062068. OLE color: 14062068.

HSL color Cylindrical-coordinate representation of color #F491D6: hue angle of 318.18º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F491D6 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB244145214-
CMYK00.410.120.04
HSL318.18º81.82%76.27%-
HSV(B)318.18º40.57%95.69%-
XYZ59.5744.3469.04-
YUV182.47145.8171.89-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.46%
GREEN value IS 145 (57.03% from 255) = 24.05%
BLUE value IS 214 (83.98% from 255) = 35.49%
R=40.46%
G=24.05%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414521400.410.120.04318.1881.8276.27
HexF491D6029C413e524c
Octal364221326051144476122114
Binary1111010010010001110101100101001110010010011111010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F491D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F491D6; }

 p { color: rgb(244,145,214); }

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

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

 a { background-color: rgb(244,145,214); }

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

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

 span { border-color: rgb(244,145,214); }

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