#F991DF

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

Shades of Lavender Rose #F991DF

Tints of Lavender Rose #F991DF

Color information

#F991DF (or 0xF991DF) is unknown color: approx Lavender Rose. HEX triplet: F9, 91 and DF. RGB value is (249,145,223). Sum of RGB (Red+Green+Blue) = 249+145+223=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 145 (57.03% from 255 or 23.50% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F991DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F991DF is #066E20. Grayscale: #B8B8B8. Windows color (decimal): -421409 or 14651897. OLE color: 14651897.

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

Color convert

RGB249145223-
CMYK00.420.100.02
HSL315º89.66%77.25%-
HSV(B)315º41.77%97.65%-
XYZ62.5145.7275.34-
YUV184.99149.46173.66-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.36%
GREEN value IS 145 (57.03% from 255) = 23.50%
BLUE value IS 223 (87.5% from 255) = 36.14%
R=40.36%
G=23.50%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914522300.420.100.0231589.6677.25
HexF991DF02AA213b5a4d
Octal371221337052122473132115
Binary111110011001000111011111010101010101010011101110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F991DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F991DF; }

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

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

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

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

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

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

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

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