#F195D3

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

Shades of Lavender Rose #F195D3

Tints of Lavender Rose #F195D3

Color information

#F195D3 (or 0xF195D3) is unknown color: approx Lavender Rose. HEX triplet: F1, 95 and D3. RGB value is (241,149,211). Sum of RGB (Red+Green+Blue) = 241+149+211=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F195D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F195D3 is #0E6A2C. Grayscale: #B7B7B7. Windows color (decimal): -944685 or 13866481. OLE color: 13866481.

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

Color convert

RGB241149211-
CMYK00.380.120.05
HSL319.57º76.67%76.47%-
HSV(B)319.57º38.17%94.51%-
XYZ58.7844.967.2-
YUV183.58143.48168.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.10%
GREEN value IS 149 (58.59% from 255) = 24.79%
BLUE value IS 211 (82.81% from 255) = 35.11%
R=40.10%
G=24.79%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114921100.380.120.05319.5776.6776.47
HexF195D3026C51404d4c
Octal361225323046145500115114
Binary1111000110010101110100110100110110010110100000010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F195D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F195D3; }

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

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

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

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

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

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

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

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