#F39DF0

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

Shades of Lavender Rose #F39DF0

Tints of Lavender Rose #F39DF0

Color information

#F39DF0 (or 0xF39DF0) is unknown color: approx Lavender Rose. HEX triplet: F3, 9D and F0. RGB value is (243,157,240). Sum of RGB (Red+Green+Blue) = 243+157+240=640 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.97% from 640); Green value is 157 (61.72% from 255 or 24.53% from 640); Blue value is 240 (94.14% from 255 or 37.5% from 640); Max value from RGB is 243 - color contains mainly: red. Hex color #F39DF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F39DF0 is #0C620F. Grayscale: #BFBFBF. Windows color (decimal): -811536 or 15769075. OLE color: 15769075.

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

Color convert

RGB243157240-
CMYK00.350.010.05
HSL302.09º78.18%78.43%-
HSV(B)302.09º35.39%95.29%-
XYZ64.7549.4688.57-
YUV192.18154.99164.25-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.97%
GREEN value IS 157 (61.72% from 255) = 24.53%
BLUE value IS 240 (94.14% from 255) = 37.5%
R=37.97%
G=24.53%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315724000.350.010.05302.0978.1878.43
HexF39DF00231512e4e4e
Octal36323536004315456116116
Binary1111001110011101111100000100011110110010111010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39DF0; }

 p { color: rgb(243,157,240); }

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

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

 a { background-color: rgb(243,157,240); }

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

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

 span { border-color: rgb(243,157,240); }

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