#F197E5

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

Shades of Lavender Rose #F197E5

Tints of Lavender Rose #F197E5

Color information

#F197E5 (or 0xF197E5) is unknown color: approx Lavender Rose. HEX triplet: F1, 97 and E5. RGB value is (241,151,229). Sum of RGB (Red+Green+Blue) = 241+151+229=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 151 (59.38% from 255 or 24.32% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F197E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197E5 is #0E681A. Grayscale: #BABABA. Windows color (decimal): -944155 or 15046641. OLE color: 15046641.

HSL color Cylindrical-coordinate representation of color #F197E5: hue angle of 308º 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 #F197E5 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB241151229-
CMYK00.370.050.05
HSL308º76.27%76.86%-
HSV(B)308º37.34%94.51%-
XYZ61.4946.4979.86-
YUV186.8151.82166.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.81%
GREEN value IS 151 (59.38% from 255) = 24.32%
BLUE value IS 229 (89.84% from 255) = 36.88%
R=38.81%
G=24.32%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115122900.370.050.0530876.2776.86
HexF197E5025551344c4d
Octal36122734504555464114115
Binary111100011001011111100101010010110110110011010010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F197E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F197E5; }

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

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

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

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

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

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

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

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