#F09BA7

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

Shades of Mauvelous #F09BA7

Tints of Mauvelous #F09BA7

Color information

#F09BA7 (or 0xF09BA7) is unknown color: approx Mauvelous. HEX triplet: F0, 9B and A7. RGB value is (240,155,167). Sum of RGB (Red+Green+Blue) = 240+155+167=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 167 (65.62% from 255 or 29.72% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09BA7 is #0F6458. Grayscale: #B5B5B5. Windows color (decimal): -1008729 or 10984432. OLE color: 10984432.

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

Color convert

RGB240155167-
CMYK00.350.300.06
HSL351.53º73.91%77.45%-
HSV(B)351.53º35.42%94.12%-
XYZ54.6344.7642.32-
YUV181.78119.66169.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.70%
GREEN value IS 155 (60.94% from 255) = 27.58%
BLUE value IS 167 (65.62% from 255) = 29.72%
R=42.70%
G=27.58%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015516700.350.300.06351.5373.9177.45
HexF09BA70231E61604a4d
Octal360233247043366540112115
Binary11110000100110111010011101000111111011010110000010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09BA7; }

 p { color: rgb(240,155,167); }

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

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

 a { background-color: rgb(240,155,167); }

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

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

 span { border-color: rgb(240,155,167); }

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