#F493A5

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

Shades of Mauvelous #F493A5

Tints of Mauvelous #F493A5

Color information

#F493A5 (or 0xF493A5) is unknown color: approx Mauvelous. HEX triplet: F4, 93 and A5. RGB value is (244,147,165). Sum of RGB (Red+Green+Blue) = 244+147+165=556 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.88% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 165 (64.84% from 255 or 29.68% from 556); Max value from RGB is 244 - color contains mainly: red. Hex color #F493A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F493A5 is #0B6C5A. Grayscale: #B2B2B2. Windows color (decimal): -748635 or 10851316. OLE color: 10851316.

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

Color convert

RGB244147165-
CMYK00.400.320.04
HSL348.87º81.51%76.67%-
HSV(B)348.87º39.75%95.69%-
XYZ54.5342.8240.99-
YUV178.06120.64175.04-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.88%
GREEN value IS 147 (57.81% from 255) = 26.44%
BLUE value IS 165 (64.84% from 255) = 29.68%
R=43.88%
G=26.44%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414716500.400.320.04348.8781.5176.67
HexF493A502820415d524d
Octal364223245050404535122115
Binary111101001001001110100101010100010000010010101110110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F493A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F493A5; }

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

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

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

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

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

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

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

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