#F395E2

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

Shades of Lavender Rose #F395E2

Tints of Lavender Rose #F395E2

Color information

#F395E2 (or 0xF395E2) is unknown color: approx Lavender Rose. HEX triplet: F3, 95 and E2. RGB value is (243,149,226). Sum of RGB (Red+Green+Blue) = 243+149+226=618 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.32% from 618); Green value is 149 (58.59% from 255 or 24.11% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 243 - color contains mainly: red. Hex color #F395E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F395E2 is #0C6A1D. Grayscale: #B9B9B9. Windows color (decimal): -813598 or 14849523. OLE color: 14849523.

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

Color convert

RGB243149226-
CMYK00.390.070.05
HSL310.85º79.66%76.86%-
HSV(B)310.85º38.68%95.29%-
XYZ61.4446.0477.6-
YUV185.88150.64168.74-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.32%
GREEN value IS 149 (58.59% from 255) = 24.11%
BLUE value IS 226 (88.67% from 255) = 36.57%
R=39.32%
G=24.11%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314922600.390.070.05310.8579.6676.86
HexF395E202775137504d
Octal36322534204775467120115
Binary111100111001010111100010010011111110110011011110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F395E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F395E2; }

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

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

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

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

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

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

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

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