#F08BA8

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

Shades of Mauvelous #F08BA8

Tints of Mauvelous #F08BA8

Color information

#F08BA8 (or 0xF08BA8) is unknown color: approx Mauvelous. HEX triplet: F0, 8B and A8. RGB value is (240,139,168). Sum of RGB (Red+Green+Blue) = 240+139+168=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08BA8 is #0F7457. Grayscale: #ACACAC. Windows color (decimal): -1012824 or 11045872. OLE color: 11045872.

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

Color convert

RGB240139168-
CMYK00.420.30.06
HSL342.77º77.1%74.31%-
HSV(B)342.77º42.08%94.12%-
XYZ52.2439.8241.98-
YUV172.5125.46176.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.88%
GREEN value IS 139 (54.69% from 255) = 25.41%
BLUE value IS 168 (66.02% from 255) = 30.71%
R=43.88%
G=25.41%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.3
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013916800.420.30.06342.7777.174.31
HexF08BA802A1E61574d4a
Octal360213250052366527115112
Binary11110000100010111010100001010101111011010101011110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08BA8; }

 p { color: rgb(240,139,168); }

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

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

 a { background-color: rgb(240,139,168); }

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

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

 span { border-color: rgb(240,139,168); }

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