#F395E7

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

Shades of Lavender Rose #F395E7

Tints of Lavender Rose #F395E7

Color information

#F395E7 (or 0xF395E7) is unknown color: approx Lavender Rose. HEX triplet: F3, 95 and E7. RGB value is (243,149,231). Sum of RGB (Red+Green+Blue) = 243+149+231=623 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.00% from 623); Green value is 149 (58.59% from 255 or 23.92% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 243 - color contains mainly: red. Hex color #F395E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F395E7 is #0C6A18. Grayscale: #BABABA. Windows color (decimal): -813593 or 15177203. OLE color: 15177203.

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

Color convert

RGB243149231-
CMYK00.390.050.05
HSL307.66º79.66%76.86%-
HSV(B)307.66º38.68%95.29%-
XYZ62.1346.3281.27-
YUV186.45153.14168.33-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.00%
GREEN value IS 149 (58.59% from 255) = 23.92%
BLUE value IS 231 (90.62% from 255) = 37.08%
R=39.00%
G=23.92%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314923100.390.050.05307.6679.6676.86
HexF395E702755134504d
Octal36322534704755464120115
Binary111100111001010111100111010011110110110011010010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F395E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F395E7; }

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

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

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

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

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

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

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

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