#F394D5

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

Shades of Lavender Rose #F394D5

Tints of Lavender Rose #F394D5

Color information

#F394D5 (or 0xF394D5) is unknown color: approx Lavender Rose. HEX triplet: F3, 94 and D5. RGB value is (243,148,213). Sum of RGB (Red+Green+Blue) = 243+148+213=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 148 (58.20% from 255 or 24.50% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F394D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F394D5 is #0C6B2A. Grayscale: #B7B7B7. Windows color (decimal): -813867 or 13997299. OLE color: 13997299.

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

Color convert

RGB243148213-
CMYK00.390.120.05
HSL318.95º79.83%76.67%-
HSV(B)318.95º39.09%95.29%-
XYZ59.5645.0468.5-
YUV183.82144.47170.21-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.23%
GREEN value IS 148 (58.20% from 255) = 24.50%
BLUE value IS 213 (83.59% from 255) = 35.26%
R=40.23%
G=24.50%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314821300.390.120.05318.9579.8376.67
HexF394D5027C513f504d
Octal363224325047145477120115
Binary1111001110010100110101010100111110010110011111110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F394D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F394D5; }

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

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

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

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

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

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

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

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