#F79BAA

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

Shades of Mauvelous #F79BAA

Tints of Mauvelous #F79BAA

Color information

#F79BAA (or 0xF79BAA) is unknown color: approx Mauvelous. HEX triplet: F7, 9B and AA. RGB value is (247,155,170). Sum of RGB (Red+Green+Blue) = 247+155+170=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F79BAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F79BAA is #086455. Grayscale: #B8B8B8. Windows color (decimal): -549974 or 11181047. OLE color: 11181047.

HSL color Cylindrical-coordinate representation of color #F79BAA: hue angle of 350.22º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F79BAA is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB247155170-
CMYK00.370.310.03
HSL350.22º85.19%78.82%-
HSV(B)350.22º37.25%96.86%-
XYZ57.3346.1243.91-
YUV184.22119.98172.78-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.18%
GREEN value IS 155 (60.94% from 255) = 27.10%
BLUE value IS 170 (66.80% from 255) = 29.72%
R=43.18%
G=27.10%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24715517000.370.310.03350.2285.1978.82
HexF79BAA0251F315e554f
Octal367233252045373536125117
Binary1111011110011011101010100100101111111110101111010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F79BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F79BAA; }

 p { color: rgb(247,155,170); }

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

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

 a { background-color: rgb(247,155,170); }

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

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

 span { border-color: rgb(247,155,170); }

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