#F197EA

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

Shades of Lavender Rose #F197EA

Tints of Lavender Rose #F197EA

Color information

#F197EA (or 0xF197EA) is unknown color: approx Lavender Rose. HEX triplet: F1, 97 and EA. RGB value is (241,151,234). Sum of RGB (Red+Green+Blue) = 241+151+234=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 151 (59.38% from 255 or 24.12% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F197EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F197EA is #0E6815. Grayscale: #BBBBBB. Windows color (decimal): -944150 or 15374321. OLE color: 15374321.

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

Color convert

RGB241151234-
CMYK00.370.030.05
HSL304.67º76.27%76.86%-
HSV(B)304.67º37.34%94.51%-
XYZ62.1946.7783.59-
YUV187.37154.32166.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.50%
GREEN value IS 151 (59.38% from 255) = 24.12%
BLUE value IS 234 (91.80% from 255) = 37.38%
R=38.50%
G=24.12%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115123400.370.030.05304.6776.2776.86
HexF197EA025351314c4d
Octal36122735204535461114115
Binary11110001100101111110101001001011110110011000110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F197EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F197EA; }

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

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

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

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

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

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

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

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