#F491A6

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

Shades of Mauvelous #F491A6

Tints of Mauvelous #F491A6

Color information

#F491A6 (or 0xF491A6) is unknown color: approx Mauvelous. HEX triplet: F4, 91 and A6. RGB value is (244,145,166). Sum of RGB (Red+Green+Blue) = 244+145+166=555 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.96% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 166 (65.23% from 255 or 29.91% from 555); Max value from RGB is 244 - color contains mainly: red. Hex color #F491A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F491A6 is #0B6E59. Grayscale: #B1B1B1. Windows color (decimal): -749146 or 10916340. OLE color: 10916340.

HSL color Cylindrical-coordinate representation of color #F491A6: hue angle of 347.27º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F491A6 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB244145166-
CMYK00.410.320.04
HSL347.27º81.82%76.27%-
HSV(B)347.27º40.57%95.69%-
XYZ54.3242.2441.37-
YUV177121.8175.79-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.96%
GREEN value IS 145 (57.03% from 255) = 26.13%
BLUE value IS 166 (65.23% from 255) = 29.91%
R=43.96%
G=26.13%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414516600.410.320.04347.2781.8276.27
HexF491A602920415b524c
Octal364221246051404533122114
Binary111101001001000110100110010100110000010010101101110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F491A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F491A6; }

 p { color: rgb(244,145,166); }

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

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

 a { background-color: rgb(244,145,166); }

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

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

 span { border-color: rgb(244,145,166); }

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