#F39EF2

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

Shades of Lavender Rose #F39EF2

Tints of Lavender Rose #F39EF2

Color information

#F39EF2 (or 0xF39EF2) is unknown color: approx Lavender Rose. HEX triplet: F3, 9E and F2. RGB value is (243,158,242). Sum of RGB (Red+Green+Blue) = 243+158+242=643 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.79% from 643); Green value is 158 (62.11% from 255 or 24.57% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 243 - color contains mainly: red. Hex color #F39EF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F39EF2 is #0C610D. Grayscale: #C0C0C0. Windows color (decimal): -811278 or 15900403. OLE color: 15900403.

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

Color convert

RGB243158242-
CMYK00.350.000.05
HSL300.71º77.98%78.63%-
HSV(B)300.71º34.98%95.29%-
XYZ65.2249.9290.2-
YUV192.99155.66163.67-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.79%
GREEN value IS 158 (62.11% from 255) = 24.57%
BLUE value IS 242 (94.92% from 255) = 37.64%
R=37.79%
G=24.57%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315824200.350.000.05300.7177.9878.63
HexF39EF20230512d4e4f
Octal36323636204305455116117
Binary1111001110011110111100100100011010110010110110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39EF2; }

 p { color: rgb(243,158,242); }

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

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

 a { background-color: rgb(243,158,242); }

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

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

 span { border-color: rgb(243,158,242); }

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