#F08DA4

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

Shades of Mauvelous #F08DA4

Tints of Mauvelous #F08DA4

Color information

#F08DA4 (or 0xF08DA4) is unknown color: approx Mauvelous. HEX triplet: F0, 8D and A4. RGB value is (240,141,164). Sum of RGB (Red+Green+Blue) = 240+141+164=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F08DA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08DA4 is #0F725B. Grayscale: #ADADAD. Windows color (decimal): -1012316 or 10784240. OLE color: 10784240.

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

Color convert

RGB240141164-
CMYK00.410.320.06
HSL346.06º76.74%74.71%-
HSV(B)346.06º41.25%94.12%-
XYZ52.1640.2640.14-
YUV173.22122.8175.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.04%
GREEN value IS 141 (55.47% from 255) = 25.87%
BLUE value IS 164 (64.45% from 255) = 30.09%
R=44.04%
G=25.87%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014116400.410.320.06346.0676.7474.71
HexF08DA402920615a4d4b
Octal360215244051406532115113
Binary111100001000110110100100010100110000011010101101010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08DA4; }

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

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

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

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

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

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

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

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