#F395DA

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

Shades of Lavender Rose #F395DA

Tints of Lavender Rose #F395DA

Color information

#F395DA (or 0xF395DA) is unknown color: approx Lavender Rose. HEX triplet: F3, 95 and DA. RGB value is (243,149,218). Sum of RGB (Red+Green+Blue) = 243+149+218=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 149 (58.59% from 255 or 24.43% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F395DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F395DA is #0C6A25. Grayscale: #B8B8B8. Windows color (decimal): -813606 or 14325235. OLE color: 14325235.

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

Color convert

RGB243149218-
CMYK00.390.100.05
HSL315.96º79.66%76.86%-
HSV(B)315.96º38.68%95.29%-
XYZ60.3645.6171.95-
YUV184.97146.64169.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.84%
GREEN value IS 149 (58.59% from 255) = 24.43%
BLUE value IS 218 (85.55% from 255) = 35.74%
R=39.84%
G=24.43%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314921800.390.100.05315.9679.6676.86
HexF395DA027A513c504d
Octal363225332047125474120115
Binary1111001110010101110110100100111101010110011110010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F395DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F395DA; }

 p { color: rgb(243,149,218); }

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

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

 a { background-color: rgb(243,149,218); }

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

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

 span { border-color: rgb(243,149,218); }

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