#F39FE0

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

Shades of Lavender Rose #F39FE0

Tints of Lavender Rose #F39FE0

Color information

#F39FE0 (or 0xF39FE0) is unknown color: approx Lavender Rose. HEX triplet: F3, 9F and E0. RGB value is (243,159,224). Sum of RGB (Red+Green+Blue) = 243+159+224=626 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.82% from 626); Green value is 159 (62.5% from 255 or 25.40% from 626); Blue value is 224 (87.89% from 255 or 35.78% from 626); Max value from RGB is 243 - color contains mainly: red. Hex color #F39FE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39FE0 is #0C601F. Grayscale: #BFBFBF. Windows color (decimal): -811040 or 14721011. OLE color: 14721011.

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

Color convert

RGB243159224-
CMYK00.350.080.05
HSL313.57º77.78%78.82%-
HSV(B)313.57º34.57%95.29%-
XYZ62.8149.2376.71-
YUV191.53146.33164.71-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.82%
GREEN value IS 159 (62.5% from 255) = 25.40%
BLUE value IS 224 (87.89% from 255) = 35.78%
R=38.82%
G=25.40%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315922400.350.080.05313.5777.7878.82
HexF39FE00238513a4e4f
Octal363237340043105472116117
Binary1111001110011111111000000100011100010110011101010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39FE0; }

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

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

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

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

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

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

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

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