#F197D1

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

Shades of Lavender Rose #F197D1

Tints of Lavender Rose #F197D1

Color information

#F197D1 (or 0xF197D1) is unknown color: approx Lavender Rose. HEX triplet: F1, 97 and D1. RGB value is (241,151,209). Sum of RGB (Red+Green+Blue) = 241+151+209=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 151 (59.38% from 255 or 25.12% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F197D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197D1 is #0E682E. Grayscale: #B8B8B8. Windows color (decimal): -944175 or 13735921. OLE color: 13735921.

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

Color convert

RGB241151209-
CMYK00.370.130.05
HSL321.33º76.27%76.86%-
HSV(B)321.33º37.34%94.51%-
XYZ58.8545.4465.99-
YUV184.52141.82168.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.10%
GREEN value IS 151 (59.38% from 255) = 25.12%
BLUE value IS 209 (82.03% from 255) = 34.78%
R=40.10%
G=25.12%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115120900.370.130.05321.3376.2776.86
HexF197D1025D51414c4d
Octal361227321045155501114115
Binary1111000110010111110100010100101110110110100000110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F197D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F197D1; }

 p { color: rgb(241,151,209); }

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

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

 a { background-color: rgb(241,151,209); }

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

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

 span { border-color: rgb(241,151,209); }

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