#F991DA

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

Shades of Lavender Rose #F991DA

Tints of Lavender Rose #F991DA

Color information

#F991DA (or 0xF991DA) is unknown color: approx Lavender Rose. HEX triplet: F9, 91 and DA. RGB value is (249,145,218). Sum of RGB (Red+Green+Blue) = 249+145+218=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 145 (57.03% from 255 or 23.69% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F991DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F991DA is #066E25. Grayscale: #B8B8B8. Windows color (decimal): -421414 or 14324217. OLE color: 14324217.

HSL color Cylindrical-coordinate representation of color #F991DA: hue angle of 317.88º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F991DA is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB249145218-
CMYK00.420.120.02
HSL317.88º89.66%77.25%-
HSV(B)317.88º41.77%97.65%-
XYZ61.8545.4571.84-
YUV184.42146.96174.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.69%
GREEN value IS 145 (57.03% from 255) = 23.69%
BLUE value IS 218 (85.55% from 255) = 35.62%
R=40.69%
G=23.69%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914521800.420.120.02317.8889.6677.25
HexF991DA02AC213e5a4d
Octal371221332052142476132115
Binary111110011001000111011010010101011001010011111010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F991DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F991DA; }

 p { color: rgb(249,145,218); }

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

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

 a { background-color: rgb(249,145,218); }

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

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

 span { border-color: rgb(249,145,218); }

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