#F490AD

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

Shades of Mauvelous #F490AD

Tints of Mauvelous #F490AD

Color information

#F490AD (or 0xF490AD) is unknown color: approx Mauvelous. HEX triplet: F4, 90 and AD. RGB value is (244,144,173). Sum of RGB (Red+Green+Blue) = 244+144+173=561 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.49% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 244 - color contains mainly: red. Hex color #F490AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F490AD is #0B6F52. Grayscale: #B1B1B1. Windows color (decimal): -749395 or 11374836. OLE color: 11374836.

HSL color Cylindrical-coordinate representation of color #F490AD: hue angle of 342.6º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F490AD is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB244144173-
CMYK00.410.290.04
HSL342.6º81.97%76.08%-
HSV(B)342.6º40.98%95.69%-
XYZ54.8242.244.79-
YUV177.21125.63175.64-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.49%
GREEN value IS 144 (56.64% from 255) = 25.67%
BLUE value IS 173 (67.97% from 255) = 30.84%
R=43.49%
G=25.67%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414417300.410.290.04342.681.9776.08
HexF490AD0291D4157524c
Octal364220255051354527122114
Binary11110100100100001010110101010011110110010101011110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F490AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F490AD; }

 p { color: rgb(244,144,173); }

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

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

 a { background-color: rgb(244,144,173); }

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

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

 span { border-color: rgb(244,144,173); }

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