#F493DF

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

Shades of Lavender Rose #F493DF

Tints of Lavender Rose #F493DF

Color information

#F493DF (or 0xF493DF) is unknown color: approx Lavender Rose. HEX triplet: F4, 93 and DF. RGB value is (244,147,223). Sum of RGB (Red+Green+Blue) = 244+147+223=614 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.74% from 614); Green value is 147 (57.81% from 255 or 23.94% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 244 - color contains mainly: red. Hex color #F493DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F493DF is #0B6C20. Grayscale: #B8B8B8. Windows color (decimal): -748577 or 14652404. OLE color: 14652404.

HSL color Cylindrical-coordinate representation of color #F493DF: hue angle of 312.99º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F493DF is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB244147223-
CMYK00.400.090.04
HSL312.99º81.51%76.67%-
HSV(B)312.99º39.75%95.69%-
XYZ61.0645.4375.36-
YUV184.67149.64170.32-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.74%
GREEN value IS 147 (57.81% from 255) = 23.94%
BLUE value IS 223 (87.5% from 255) = 36.32%
R=39.74%
G=23.94%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414722300.400.090.04312.9981.5176.67
HexF493DF02894139524d
Octal364223337050114471122115
Binary1111010010010011110111110101000100110010011100110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F493DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F493DF; }

 p { color: rgb(244,147,223); }

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

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

 a { background-color: rgb(244,147,223); }

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

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

 span { border-color: rgb(244,147,223); }

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