#F08DA9

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

Shades of Mauvelous #F08DA9

Tints of Mauvelous #F08DA9

Color information

#F08DA9 (or 0xF08DA9) is unknown color: approx Mauvelous. HEX triplet: F0, 8D and A9. RGB value is (240,141,169). Sum of RGB (Red+Green+Blue) = 240+141+169=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F08DA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08DA9 is #0F7256. Grayscale: #ADADAD. Windows color (decimal): -1012311 or 11111920. OLE color: 11111920.

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

Color convert

RGB240141169-
CMYK00.410.300.06
HSL343.03º76.74%74.71%-
HSV(B)343.03º41.25%94.12%-
XYZ52.6240.4442.57-
YUV173.79125.3175.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.64%
GREEN value IS 141 (55.47% from 255) = 25.64%
BLUE value IS 169 (66.41% from 255) = 30.73%
R=43.64%
G=25.64%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014116900.410.300.06343.0376.7474.71
HexF08DA90291E61574d4b
Octal360215251051366527115113
Binary11110000100011011010100101010011111011010101011110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08DA9; }

 p { color: rgb(240,141,169); }

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

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

 a { background-color: rgb(240,141,169); }

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

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

 span { border-color: rgb(240,141,169); }

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