#F497AA

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

Shades of Mauvelous #F497AA

Tints of Mauvelous #F497AA

Color information

#F497AA (or 0xF497AA) is unknown color: approx Mauvelous. HEX triplet: F4, 97 and AA. RGB value is (244,151,170). Sum of RGB (Red+Green+Blue) = 244+151+170=565 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.19% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 244 - color contains mainly: red. Hex color #F497AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F497AA is #0B6855. Grayscale: #B4B4B4. Windows color (decimal): -747606 or 11180020. OLE color: 11180020.

HSL color Cylindrical-coordinate representation of color #F497AA: hue angle of 347.74º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F497AA is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB244151170-
CMYK00.380.300.04
HSL347.74º80.87%77.45%-
HSV(B)347.74º38.11%95.69%-
XYZ55.6344.2743.64-
YUV180.97121.81172.96-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.19%
GREEN value IS 151 (59.38% from 255) = 26.73%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=43.19%
G=26.73%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415117000.380.300.04347.7480.8777.45
HexF497AA0261E415c514d
Octal364227252046364534121115
Binary11110100100101111010101001001101111010010101110010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F497AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F497AA; }

 p { color: rgb(244,151,170); }

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

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

 a { background-color: rgb(244,151,170); }

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

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

 span { border-color: rgb(244,151,170); }

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