#F196E4

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

Shades of Lavender Rose #F196E4

Tints of Lavender Rose #F196E4

Color information

#F196E4 (or 0xF196E4) is unknown color: approx Lavender Rose. HEX triplet: F1, 96 and E4. RGB value is (241,150,228). Sum of RGB (Red+Green+Blue) = 241+150+228=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 150 (58.98% from 255 or 24.23% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F196E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F196E4 is #0E691B. Grayscale: #B9B9B9. Windows color (decimal): -944412 or 14980849. OLE color: 14980849.

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

Color convert

RGB241150228-
CMYK00.380.050.05
HSL308.57º76.47%76.67%-
HSV(B)308.57º37.76%94.51%-
XYZ61.1946.1179.08-
YUV186.1151.65167.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.93%
GREEN value IS 150 (58.98% from 255) = 24.23%
BLUE value IS 228 (89.45% from 255) = 36.83%
R=38.93%
G=24.23%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115022800.380.050.05308.5776.4776.67
HexF196E4026551354c4d
Octal36122634404655465114115
Binary111100011001011011100100010011010110110011010110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F196E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F196E4; }

 p { color: rgb(241,150,228); }

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

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

 a { background-color: rgb(241,150,228); }

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

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

 span { border-color: rgb(241,150,228); }

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