#F08DA1

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

Shades of Mauvelous #F08DA1

Tints of Mauvelous #F08DA1

Color information

#F08DA1 (or 0xF08DA1) is unknown color: approx Mauvelous. HEX triplet: F0, 8D and A1. RGB value is (240,141,161). Sum of RGB (Red+Green+Blue) = 240+141+161=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 161 (63.28% from 255 or 29.70% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F08DA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08DA1 is #0F725E. Grayscale: #ACACAC. Windows color (decimal): -1012319 or 10587632. OLE color: 10587632.

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

Color convert

RGB240141161-
CMYK00.410.330.06
HSL347.88º76.74%74.71%-
HSV(B)347.88º41.25%94.12%-
XYZ51.8940.1538.73-
YUV172.88121.3175.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.28%
GREEN value IS 141 (55.47% from 255) = 26.01%
BLUE value IS 161 (63.28% from 255) = 29.70%
R=44.28%
G=26.01%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014116100.410.330.06347.8876.7474.71
HexF08DA102921615c4d4b
Octal360215241051416534115113
Binary111100001000110110100001010100110000111010101110010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08DA1; }

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

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

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

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

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

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

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

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