#F49DF2

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

Shades of Lavender Rose #F49DF2

Tints of Lavender Rose #F49DF2

Color information

#F49DF2 (or 0xF49DF2) is unknown color: approx Lavender Rose. HEX triplet: F4, 9D and F2. RGB value is (244,157,242). Sum of RGB (Red+Green+Blue) = 244+157+242=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 157 (61.72% from 255 or 24.42% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F49DF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49DF2 is #0B620D. Grayscale: #C0C0C0. Windows color (decimal): -745998 or 15900148. OLE color: 15900148.

HSL color Cylindrical-coordinate representation of color #F49DF2: hue angle of 301.38º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F49DF2 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB244157242-
CMYK00.360.010.04
HSL301.38º79.82%78.63%-
HSV(B)301.38º35.66%95.69%-
XYZ65.3949.7690.16-
YUV192.7155.82164.59-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.95%
GREEN value IS 157 (61.72% from 255) = 24.42%
BLUE value IS 242 (94.92% from 255) = 37.64%
R=37.95%
G=24.42%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415724200.360.010.04301.3879.8278.63
HexF49DF20241412d504f
Octal36423536204414455120117
Binary1111010010011101111100100100100110010010110110100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49DF2; }

 p { color: rgb(244,157,242); }

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

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

 a { background-color: rgb(244,157,242); }

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

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

 span { border-color: rgb(244,157,242); }

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