#F39FDA

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

Shades of Lavender Rose #F39FDA

Tints of Lavender Rose #F39FDA

Color information

#F39FDA (or 0xF39FDA) is unknown color: approx Lavender Rose. HEX triplet: F3, 9F and DA. RGB value is (243,159,218). Sum of RGB (Red+Green+Blue) = 243+159+218=620 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.19% from 620); Green value is 159 (62.5% from 255 or 25.65% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 243 - color contains mainly: red. Hex color #F39FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39FDA is #0C6025. Grayscale: #BEBEBE. Windows color (decimal): -811046 or 14327795. OLE color: 14327795.

HSL color Cylindrical-coordinate representation of color #F39FDA: hue angle of 317.86º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F39FDA is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB243159218-
CMYK00.350.100.05
HSL317.86º77.78%78.82%-
HSV(B)317.86º34.57%95.29%-
XYZ62.0248.9172.5-
YUV190.84143.33165.2-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.19%
GREEN value IS 159 (62.5% from 255) = 25.65%
BLUE value IS 218 (85.55% from 255) = 35.16%
R=39.19%
G=25.65%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315921800.350.100.05317.8677.7878.82
HexF39FDA023A513e4e4f
Octal363237332043125476116117
Binary1111001110011111110110100100011101010110011111010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39FDA; }

 p { color: rgb(243,159,218); }

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

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

 a { background-color: rgb(243,159,218); }

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

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

 span { border-color: rgb(243,159,218); }

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