#F491A4

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

Shades of Mauvelous #F491A4

Tints of Mauvelous #F491A4

Color information

#F491A4 (or 0xF491A4) is unknown color: approx Mauvelous. HEX triplet: F4, 91 and A4. RGB value is (244,145,164). Sum of RGB (Red+Green+Blue) = 244+145+164=553 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.12% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 244 - color contains mainly: red. Hex color #F491A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F491A4 is #0B6E5B. Grayscale: #B0B0B0. Windows color (decimal): -749148 or 10785268. OLE color: 10785268.

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

Color convert

RGB244145164-
CMYK00.410.330.04
HSL348.48º81.82%76.27%-
HSV(B)348.48º40.57%95.69%-
XYZ54.1342.1640.41-
YUV176.77120.8175.96-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.12%
GREEN value IS 145 (57.03% from 255) = 26.22%
BLUE value IS 164 (64.45% from 255) = 29.66%
R=44.12%
G=26.22%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414516400.410.330.04348.4881.8276.27
HexF491A402921415c524c
Octal364221244051414534122114
Binary111101001001000110100100010100110000110010101110010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F491A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F491A4; }

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

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

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

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

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

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

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

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