#F395D1

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

Shades of Lavender Rose #F395D1

Tints of Lavender Rose #F395D1

Color information

#F395D1 (or 0xF395D1) is unknown color: approx Lavender Rose. HEX triplet: F3, 95 and D1. RGB value is (243,149,209). Sum of RGB (Red+Green+Blue) = 243+149+209=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F395D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F395D1 is #0C6A2E. Grayscale: #B7B7B7. Windows color (decimal): -813615 or 13735411. OLE color: 13735411.

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

Color convert

RGB243149209-
CMYK00.390.140.05
HSL321.7º79.66%76.86%-
HSV(B)321.7º38.68%95.29%-
XYZ59.2245.1565.92-
YUV183.95142.14170.12-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.43%
GREEN value IS 149 (58.59% from 255) = 24.79%
BLUE value IS 209 (82.03% from 255) = 34.78%
R=40.43%
G=24.79%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314920900.390.140.05321.779.6676.86
HexF395D1027E5142504d
Octal363225321047165502120115
Binary1111001110010101110100010100111111010110100001010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F395D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F395D1; }

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

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

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

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

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

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

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

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