#F290A4

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

Shades of Mauvelous #F290A4

Tints of Mauvelous #F290A4

Color information

#F290A4 (or 0xF290A4) is unknown color: approx Mauvelous. HEX triplet: F2, 90 and A4. RGB value is (242,144,164). Sum of RGB (Red+Green+Blue) = 242+144+164=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 164 (64.45% from 255 or 29.82% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F290A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F290A4 is #0D6F5B. Grayscale: #AFAFAF. Windows color (decimal): -880476 or 10785010. OLE color: 10785010.

HSL color Cylindrical-coordinate representation of color #F290A4: hue angle of 347.76º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F290A4 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB242144164-
CMYK00.400.320.05
HSL347.76º79.03%75.69%-
HSV(B)347.76º40.5%94.9%-
XYZ53.2941.540.32-
YUV175.58121.47175.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44%
GREEN value IS 144 (56.64% from 255) = 26.18%
BLUE value IS 164 (64.45% from 255) = 29.82%
R=44%
G=26.18%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214416400.400.320.05347.7679.0375.69
HexF290A402820515c4f4c
Octal362220244050405534117114
Binary111100101001000010100100010100010000010110101110010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F290A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F290A4; }

 p { color: rgb(242,144,164); }

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

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

 a { background-color: rgb(242,144,164); }

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

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

 span { border-color: rgb(242,144,164); }

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