#F399EC

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

Shades of Lavender Rose #F399EC

Tints of Lavender Rose #F399EC

Color information

#F399EC (or 0xF399EC) is unknown color: approx Lavender Rose. HEX triplet: F3, 99 and EC. RGB value is (243,153,236). Sum of RGB (Red+Green+Blue) = 243+153+236=632 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.45% from 632); Green value is 153 (60.16% from 255 or 24.21% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 243 - color contains mainly: red. Hex color #F399EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F399EC is #0C6613. Grayscale: #BDBDBD. Windows color (decimal): -812564 or 15505907. OLE color: 15505907.

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

Color convert

RGB243153236-
CMYK00.370.030.05
HSL304.67º78.95%77.65%-
HSV(B)304.67º37.04%95.29%-
XYZ63.4947.8985.25-
YUV189.37154.32166.25-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.45%
GREEN value IS 153 (60.16% from 255) = 24.21%
BLUE value IS 236 (92.58% from 255) = 37.34%
R=38.45%
G=24.21%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315323600.370.030.05304.6778.9577.65
HexF399EC025351314f4e
Octal36323135404535461117116
Binary11110011100110011110110001001011110110011000110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F399EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F399EC; }

 p { color: rgb(243,153,236); }

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

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

 a { background-color: rgb(243,153,236); }

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

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

 span { border-color: rgb(243,153,236); }

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