#F991D7

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

Shades of Lavender Rose #F991D7

Tints of Lavender Rose #F991D7

Color information

#F991D7 (or 0xF991D7) is unknown color: approx Lavender Rose. HEX triplet: F9, 91 and D7. RGB value is (249,145,215). Sum of RGB (Red+Green+Blue) = 249+145+215=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 145 (57.03% from 255 or 23.81% from 609); Blue value is 215 (84.38% from 255 or 35.30% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F991D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F991D7 is #066E28. Grayscale: #B7B7B7. Windows color (decimal): -421417 or 14127609. OLE color: 14127609.

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

Color convert

RGB249145215-
CMYK00.420.140.02
HSL319.62º89.66%77.25%-
HSV(B)319.62º41.77%97.65%-
XYZ61.4645.369.79-
YUV184.08145.46174.31-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.89%
GREEN value IS 145 (57.03% from 255) = 23.81%
BLUE value IS 215 (84.38% from 255) = 35.30%
R=40.89%
G=23.81%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914521500.420.140.02319.6289.6677.25
HexF991D702AE21405a4d
Octal371221327052162500132115
Binary111110011001000111010111010101011101010100000010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F991D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F991D7; }

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

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

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

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

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

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

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

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