#F191D5

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

Shades of Lavender Rose #F191D5

Tints of Lavender Rose #F191D5

Color information

#F191D5 (or 0xF191D5) is unknown color: approx Lavender Rose. HEX triplet: F1, 91 and D5. RGB value is (241,145,213). Sum of RGB (Red+Green+Blue) = 241+145+213=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 145 (57.03% from 255 or 24.21% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F191D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F191D5 is #0E6E2A. Grayscale: #B5B5B5. Windows color (decimal): -945707 or 13996529. OLE color: 13996529.

HSL color Cylindrical-coordinate representation of color #F191D5: hue angle of 317.5º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F191D5 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB241145213-
CMYK00.400.120.05
HSL317.5º77.42%75.69%-
HSV(B)317.5º39.83%94.51%-
XYZ58.4143.7668.32-
YUV181.46145.8170.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.23%
GREEN value IS 145 (57.03% from 255) = 24.21%
BLUE value IS 213 (83.59% from 255) = 35.56%
R=40.23%
G=24.21%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114521300.400.120.05317.577.4275.69
HexF191D5028C513e4d4c
Octal361221325050145476115114
Binary1111000110010001110101010101000110010110011111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F191D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F191D5; }

 p { color: rgb(241,145,213); }

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

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

 a { background-color: rgb(241,145,213); }

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

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

 span { border-color: rgb(241,145,213); }

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