#F08AAC

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

Shades of Mauvelous #F08AAC

Tints of Mauvelous #F08AAC

Color information

#F08AAC (or 0xF08AAC) is unknown color: approx Mauvelous. HEX triplet: F0, 8A and AC. RGB value is (240,138,172). Sum of RGB (Red+Green+Blue) = 240+138+172=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F08AAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08AAC is #0F7553. Grayscale: #ACACAC. Windows color (decimal): -1013076 or 11307760. OLE color: 11307760.

HSL color Cylindrical-coordinate representation of color #F08AAC: hue angle of 340º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08AAC is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240138172-
CMYK00.420.280.06
HSL340º77.27%74.12%-
HSV(B)340º42.5%94.12%-
XYZ52.4739.6843.92-
YUV172.37127.79176.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.64%
GREEN value IS 138 (54.30% from 255) = 25.09%
BLUE value IS 172 (67.58% from 255) = 31.27%
R=43.64%
G=25.09%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013817200.420.280.0634077.2774.12
HexF08AAC02A1C61544d4a
Octal360212254052346524115112
Binary11110000100010101010110001010101110011010101010010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08AAC; }

 p { color: rgb(240,138,172); }

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

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

 a { background-color: rgb(240,138,172); }

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

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

 span { border-color: rgb(240,138,172); }

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