#F490D7

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

Shades of Lavender Rose #F490D7

Tints of Lavender Rose #F490D7

Color information

#F490D7 (or 0xF490D7) is unknown color: approx Lavender Rose. HEX triplet: F4, 90 and D7. RGB value is (244,144,215). Sum of RGB (Red+Green+Blue) = 244+144+215=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 215 (84.38% from 255 or 35.66% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F490D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F490D7 is #0B6F28. Grayscale: #B5B5B5. Windows color (decimal): -749353 or 14127348. OLE color: 14127348.

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

Color convert

RGB244144215-
CMYK00.410.120.04
HSL317.4º81.97%76.08%-
HSV(B)317.4º40.98%95.69%-
XYZ59.5544.0969.66-
YUV181.99146.63172.23-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.46%
GREEN value IS 144 (56.64% from 255) = 23.88%
BLUE value IS 215 (84.38% from 255) = 35.66%
R=40.46%
G=23.88%
B=35.66%

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
Decimal24414421500.410.120.04317.481.9776.08
HexF490D7029C413d524c
Octal364220327051144475122114
Binary1111010010010000110101110101001110010010011110110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F490D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F490D7; }

 p { color: rgb(244,144,215); }

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

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

 a { background-color: rgb(244,144,215); }

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

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

 span { border-color: rgb(244,144,215); }

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