#F49CA7

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

Shades of Mauvelous #F49CA7

Tints of Mauvelous #F49CA7

Color information

#F49CA7 (or 0xF49CA7) is unknown color: approx Mauvelous. HEX triplet: F4, 9C and A7. RGB value is (244,156,167). Sum of RGB (Red+Green+Blue) = 244+156+167=567 (75% of max value = 765). Red value is 244 (95.70% from 255 or 43.03% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 167 (65.62% from 255 or 29.45% from 567); Max value from RGB is 244 - color contains mainly: red. Hex color #F49CA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49CA7 is #0B6358. Grayscale: #B7B7B7. Windows color (decimal): -746329 or 10984692. OLE color: 10984692.

HSL color Cylindrical-coordinate representation of color #F49CA7: hue angle of 352.5º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F49CA7 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB244156167-
CMYK00.360.320.04
HSL352.5º80%78.43%-
HSV(B)352.5º36.07%95.69%-
XYZ56.1745.842.44-
YUV183.57118.65171.11-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.03%
GREEN value IS 156 (61.33% from 255) = 27.51%
BLUE value IS 167 (65.62% from 255) = 29.45%
R=43.03%
G=27.51%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415616700.360.320.04352.58078.43
HexF49CA7024204160504e
Octal364234247044404540120116
Binary111101001001110010100111010010010000010010110000010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49CA7; }

 p { color: rgb(244,156,167); }

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

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

 a { background-color: rgb(244,156,167); }

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

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

 span { border-color: rgb(244,156,167); }

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