#F08FA5

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

Shades of Mauvelous #F08FA5

Tints of Mauvelous #F08FA5

Color information

#F08FA5 (or 0xF08FA5) is unknown color: approx Mauvelous. HEX triplet: F0, 8F and A5. RGB value is (240,143,165). Sum of RGB (Red+Green+Blue) = 240+143+165=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 165 (64.84% from 255 or 30.11% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08FA5 is #0F705A. Grayscale: #AEAEAE. Windows color (decimal): -1011803 or 10850288. OLE color: 10850288.

HSL color Cylindrical-coordinate representation of color #F08FA5: hue angle of 346.39º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FA5 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB240143165-
CMYK00.400.310.06
HSL346.39º76.38%75.1%-
HSV(B)346.39º40.42%94.12%-
XYZ52.5540.8940.72-
YUV174.51122.64174.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.80%
GREEN value IS 143 (56.25% from 255) = 26.09%
BLUE value IS 165 (64.84% from 255) = 30.11%
R=43.80%
G=26.09%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014316500.400.310.06346.3976.3875.1
HexF08FA50281F615a4c4b
Octal360217245050376532114113
Binary11110000100011111010010101010001111111010101101010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08FA5; }

 p { color: rgb(240,143,165); }

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

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

 a { background-color: rgb(240,143,165); }

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

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

 span { border-color: rgb(240,143,165); }

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