#F394E3

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

Shades of Lavender Rose #F394E3

Tints of Lavender Rose #F394E3

Color information

#F394E3 (or 0xF394E3) is unknown color: approx Lavender Rose. HEX triplet: F3, 94 and E3. RGB value is (243,148,227). Sum of RGB (Red+Green+Blue) = 243+148+227=618 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.32% from 618); Green value is 148 (58.20% from 255 or 23.95% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 243 - color contains mainly: red. Hex color #F394E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F394E3 is #0C6B1C. Grayscale: #B9B9B9. Windows color (decimal): -813853 or 14914803. OLE color: 14914803.

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

Color convert

RGB243148227-
CMYK00.390.070.05
HSL310.11º79.83%76.67%-
HSV(B)310.11º39.09%95.29%-
XYZ61.4245.7878.27-
YUV185.41151.47169.08-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.32%
GREEN value IS 148 (58.20% from 255) = 23.95%
BLUE value IS 227 (89.06% from 255) = 36.73%
R=39.32%
G=23.95%
B=36.73%

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
Decimal24314822700.390.070.05310.1179.8376.67
HexF394E302775136504d
Octal36322434304775466120115
Binary111100111001010011100011010011111110110011011010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F394E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F394E3; }

 p { color: rgb(243,148,227); }

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

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

 a { background-color: rgb(243,148,227); }

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

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

 span { border-color: rgb(243,148,227); }

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