#F991D9

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

Shades of Lavender Rose #F991D9

Tints of Lavender Rose #F991D9

Color information

#F991D9 (or 0xF991D9) is unknown color: approx Lavender Rose. HEX triplet: F9, 91 and D9. RGB value is (249,145,217). Sum of RGB (Red+Green+Blue) = 249+145+217=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 145 (57.03% from 255 or 23.73% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F991D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F991D9 is #066E26. Grayscale: #B8B8B8. Windows color (decimal): -421415 or 14258681. OLE color: 14258681.

HSL color Cylindrical-coordinate representation of color #F991D9: hue angle of 318.46º 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 #F991D9 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB249145217-
CMYK00.420.130.02
HSL318.46º89.66%77.25%-
HSV(B)318.46º41.77%97.65%-
XYZ61.7245.471.16-
YUV184.3146.46174.15-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.75%
GREEN value IS 145 (57.03% from 255) = 23.73%
BLUE value IS 217 (85.16% from 255) = 35.52%
R=40.75%
G=23.73%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914521700.420.130.02318.4689.6677.25
HexF991D902AD213e5a4d
Octal371221331052152476132115
Binary111110011001000111011001010101011011010011111010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F991D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F991D9; }

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

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

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

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

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

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

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

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