#F296AA

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

Shades of Mauvelous #F296AA

Tints of Mauvelous #F296AA

Color information

#F296AA (or 0xF296AA) is unknown color: approx Mauvelous. HEX triplet: F2, 96 and AA. RGB value is (242,150,170). Sum of RGB (Red+Green+Blue) = 242+150+170=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F296AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F296AA is #0D6955. Grayscale: #B3B3B3. Windows color (decimal): -878934 or 11179762. OLE color: 11179762.

HSL color Cylindrical-coordinate representation of color #F296AA: hue angle of 346.96º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F296AA is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB242150170-
CMYK00.380.300.05
HSL346.96º77.97%76.86%-
HSV(B)346.96º38.02%94.9%-
XYZ54.7843.5943.56-
YUV179.79122.48172.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.06%
GREEN value IS 150 (58.98% from 255) = 26.69%
BLUE value IS 170 (66.80% from 255) = 30.25%
R=43.06%
G=26.69%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215017000.380.300.05346.9677.9776.86
HexF296AA0261E515b4e4d
Octal362226252046365533116115
Binary11110010100101101010101001001101111010110101101110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F296AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F296AA; }

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

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

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

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

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

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

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

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