#F08EAA

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

Shades of Mauvelous #F08EAA

Tints of Mauvelous #F08EAA

Color information

#F08EAA (or 0xF08EAA) is unknown color: approx Mauvelous. HEX triplet: F0, 8E and AA. RGB value is (240,142,170). Sum of RGB (Red+Green+Blue) = 240+142+170=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 142 (55.86% from 255 or 25.72% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F08EAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08EAA is #0F7155. Grayscale: #AEAEAE. Windows color (decimal): -1012054 or 11177712. OLE color: 11177712.

HSL color Cylindrical-coordinate representation of color #F08EAA: hue angle of 342.86º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F08EAA is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB240142170-
CMYK00.410.290.06
HSL342.86º76.56%74.9%-
HSV(B)342.86º40.83%94.12%-
XYZ52.8640.7743.11-
YUV174.49125.47174.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.48%
GREEN value IS 142 (55.86% from 255) = 25.72%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=43.48%
G=25.72%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014217000.410.290.06342.8676.5674.9
HexF08EAA0291D61574d4b
Octal360216252051356527115113
Binary11110000100011101010101001010011110111010101011110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08EAA; }

 p { color: rgb(240,142,170); }

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

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

 a { background-color: rgb(240,142,170); }

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

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

 span { border-color: rgb(240,142,170); }

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