#F494A8

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

Shades of Mauvelous #F494A8

Tints of Mauvelous #F494A8

Color information

#F494A8 (or 0xF494A8) is unknown color: approx Mauvelous. HEX triplet: F4, 94 and A8. RGB value is (244,148,168). Sum of RGB (Red+Green+Blue) = 244+148+168=560 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.57% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 244 - color contains mainly: red. Hex color #F494A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F494A8 is #0B6B57. Grayscale: #B2B2B2. Windows color (decimal): -748376 or 11048180. OLE color: 11048180.

HSL color Cylindrical-coordinate representation of color #F494A8: hue angle of 347.5º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F494A8 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB244148168-
CMYK00.390.310.04
HSL347.5º81.36%76.86%-
HSV(B)347.5º39.34%95.69%-
XYZ54.9743.2442.49-
YUV178.98121.8174.37-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.57%
GREEN value IS 148 (58.20% from 255) = 26.43%
BLUE value IS 168 (66.02% from 255) = 30%
R=43.57%
G=26.43%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414816800.390.310.04347.581.3676.86
HexF494A80271F415c514d
Octal364224250047374534121115
Binary11110100100101001010100001001111111110010101110010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F494A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F494A8; }

 p { color: rgb(244,148,168); }

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

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

 a { background-color: rgb(244,148,168); }

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

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

 span { border-color: rgb(244,148,168); }

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