#F49BF0

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

Shades of Lavender Rose #F49BF0

Tints of Lavender Rose #F49BF0

Color information

#F49BF0 (or 0xF49BF0) is unknown color: approx Lavender Rose. HEX triplet: F4, 9B and F0. RGB value is (244,155,240). Sum of RGB (Red+Green+Blue) = 244+155+240=639 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.18% from 639); Green value is 155 (60.94% from 255 or 24.26% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 244 - color contains mainly: red. Hex color #F49BF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49BF0 is #0B640F. Grayscale: #BFBFBF. Windows color (decimal): -746512 or 15768564. OLE color: 15768564.

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

Color convert

RGB244155240-
CMYK00.360.020.04
HSL302.7º80.18%78.24%-
HSV(B)302.7º36.48%95.69%-
XYZ64.7648.9788.48-
YUV191.3155.49165.59-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.18%
GREEN value IS 155 (60.94% from 255) = 24.26%
BLUE value IS 240 (94.14% from 255) = 37.56%
R=38.18%
G=24.26%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415524000.360.020.04302.780.1878.24
HexF49BF00242412f504e
Octal36423336004424457120116
Binary11110100100110111111000001001001010010010111110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49BF0; }

 p { color: rgb(244,155,240); }

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

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

 a { background-color: rgb(244,155,240); }

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

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

 span { border-color: rgb(244,155,240); }

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