#F39FED

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

Shades of Lavender Rose #F39FED

Tints of Lavender Rose #F39FED

Color information

#F39FED (or 0xF39FED) is unknown color: approx Lavender Rose. HEX triplet: F3, 9F and ED. RGB value is (243,159,237). Sum of RGB (Red+Green+Blue) = 243+159+237=639 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.03% from 639); Green value is 159 (62.5% from 255 or 24.88% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 243 - color contains mainly: red. Hex color #F39FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F39FED is #0C6012. Grayscale: #C0C0C0. Windows color (decimal): -811027 or 15572979. OLE color: 15572979.

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

Color convert

RGB243159237-
CMYK00.350.020.05
HSL304.29º77.78%78.82%-
HSV(B)304.29º34.57%95.29%-
XYZ64.6549.9786.36-
YUV193.01152.83163.66-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.03%
GREEN value IS 159 (62.5% from 255) = 24.88%
BLUE value IS 237 (92.97% from 255) = 37.09%
R=38.03%
G=24.88%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315923700.350.020.05304.2977.7878.82
HexF39FED023251304e4f
Octal36323735504325460116117
Binary11110011100111111110110101000111010110011000010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39FED; }

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

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

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

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

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

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

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

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