#F493DC

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

Shades of Lavender Rose #F493DC

Tints of Lavender Rose #F493DC

Color information

#F493DC (or 0xF493DC) is unknown color: approx Lavender Rose. HEX triplet: F4, 93 and DC. RGB value is (244,147,220). Sum of RGB (Red+Green+Blue) = 244+147+220=611 (80% of max value = 765). Red value is 244 (95.70% from 255 or 39.93% from 611); Green value is 147 (57.81% from 255 or 24.06% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 244 - color contains mainly: red. Hex color #F493DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F493DC is #0B6C23. Grayscale: #B8B8B8. Windows color (decimal): -748580 or 14455796. OLE color: 14455796.

HSL color Cylindrical-coordinate representation of color #F493DC: hue angle of 314.85º 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 #F493DC is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB244147220-
CMYK00.400.100.04
HSL314.85º81.51%76.67%-
HSV(B)314.85º39.75%95.69%-
XYZ60.6645.2773.25-
YUV184.32148.14170.56-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.93%
GREEN value IS 147 (57.81% from 255) = 24.06%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=39.93%
G=24.06%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414722000.400.100.04314.8581.5176.67
HexF493DC028A413b524d
Octal364223334050124473122115
Binary1111010010010011110111000101000101010010011101110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F493DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F493DC; }

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

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

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

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

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

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

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

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