#F195E3

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

Shades of Lavender Rose #F195E3

Tints of Lavender Rose #F195E3

Color information

#F195E3 (or 0xF195E3) is unknown color: approx Lavender Rose. HEX triplet: F1, 95 and E3. RGB value is (241,149,227). Sum of RGB (Red+Green+Blue) = 241+149+227=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 149 (58.59% from 255 or 24.15% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F195E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F195E3 is #0E6A1C. Grayscale: #B9B9B9. Windows color (decimal): -944669 or 14915057. OLE color: 14915057.

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

Color convert

RGB241149227-
CMYK00.380.060.05
HSL309.13º76.67%76.47%-
HSV(B)309.13º38.17%94.51%-
XYZ60.8945.7478.29-
YUV185.4151.48167.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.06%
GREEN value IS 149 (58.59% from 255) = 24.15%
BLUE value IS 227 (89.06% from 255) = 36.79%
R=39.06%
G=24.15%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114922700.380.060.05309.1376.6776.47
HexF195E3026651354d4c
Octal36122534304665465115114
Binary111100011001010111100011010011011010110011010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F195E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F195E3; }

 p { color: rgb(241,149,227); }

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

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

 a { background-color: rgb(241,149,227); }

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

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

 span { border-color: rgb(241,149,227); }

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