#F2899F

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

Shades of Mauvelous #F2899F

Tints of Mauvelous #F2899F

Color information

#F2899F (or 0xF2899F) is unknown color: approx Mauvelous. HEX triplet: F2, 89 and 9F. RGB value is (242,137,159). Sum of RGB (Red+Green+Blue) = 242+137+159=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F2899F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2899F is #0D7660. Grayscale: #AAAAAA. Windows color (decimal): -882273 or 10455538. OLE color: 10455538.

HSL color Cylindrical-coordinate representation of color #F2899F: hue angle of 347.43º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2899F is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB242137159-
CMYK00.430.340.05
HSL347.43º80.15%74.31%-
HSV(B)347.43º43.39%94.9%-
XYZ51.8239.2737.65-
YUV170.9121.29178.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.98%
GREEN value IS 137 (53.91% from 255) = 25.46%
BLUE value IS 159 (62.5% from 255) = 29.55%
R=44.98%
G=25.46%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213715900.430.340.05347.4380.1574.31
HexF2899F02B22515b504a
Octal362211237053425533120112
Binary111100101000100110011111010101110001010110101101110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2899F; }

 p { color: rgb(242,137,159); }

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

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

 a { background-color: rgb(242,137,159); }

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

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

 span { border-color: rgb(242,137,159); }

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