#F096AA

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

Shades of Mauvelous #F096AA

Tints of Mauvelous #F096AA

Color information

#F096AA (or 0xF096AA) is unknown color: approx Mauvelous. HEX triplet: F0, 96 and AA. RGB value is (240,150,170). Sum of RGB (Red+Green+Blue) = 240+150+170=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F096AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F096AA is #0F6955. Grayscale: #B3B3B3. Windows color (decimal): -1010006 or 11179760. OLE color: 11179760.

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

Color convert

RGB240150170-
CMYK00.370.290.06
HSL346.67º75%76.47%-
HSV(B)346.67º37.5%94.12%-
XYZ54.143.2443.53-
YUV179.19122.82171.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.86%
GREEN value IS 150 (58.98% from 255) = 26.79%
BLUE value IS 170 (66.80% from 255) = 30.36%
R=42.86%
G=26.79%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015017000.370.290.06346.677576.47
HexF096AA0251D615b4b4c
Octal360226252045356533113114
Binary11110000100101101010101001001011110111010101101110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F096AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F096AA; }

 p { color: rgb(240,150,170); }

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

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

 a { background-color: rgb(240,150,170); }

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

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

 span { border-color: rgb(240,150,170); }

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