#F290A5

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

Shades of Mauvelous #F290A5

Tints of Mauvelous #F290A5

Color information

#F290A5 (or 0xF290A5) is unknown color: approx Mauvelous. HEX triplet: F2, 90 and A5. RGB value is (242,144,165). Sum of RGB (Red+Green+Blue) = 242+144+165=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 165 (64.84% from 255 or 29.95% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F290A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F290A5 is #0D6F5A. Grayscale: #AFAFAF. Windows color (decimal): -880475 or 10850546. OLE color: 10850546.

HSL color Cylindrical-coordinate representation of color #F290A5: hue angle of 347.14º 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 #F290A5 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB242144165-
CMYK00.400.320.05
HSL347.14º79.03%75.69%-
HSV(B)347.14º40.5%94.9%-
XYZ53.3841.5440.8-
YUV175.7121.97175.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.92%
GREEN value IS 144 (56.64% from 255) = 26.13%
BLUE value IS 165 (64.84% from 255) = 29.95%
R=43.92%
G=26.13%
B=29.95%

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
Decimal24214416500.400.320.05347.1479.0375.69
HexF290A502820515b4f4c
Octal362220245050405533117114
Binary111100101001000010100101010100010000010110101101110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F290A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F290A5; }

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

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

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

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

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

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

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

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