#F390AA

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

Shades of Mauvelous #F390AA

Tints of Mauvelous #F390AA

Color information

#F390AA (or 0xF390AA) is unknown color: approx Mauvelous. HEX triplet: F3, 90 and AA. RGB value is (243,144,170). Sum of RGB (Red+Green+Blue) = 243+144+170=557 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.63% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 243 - color contains mainly: red. Hex color #F390AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F390AA is #0C6F55. Grayscale: #B0B0B0. Windows color (decimal): -814934 or 11178227. OLE color: 11178227.

HSL color Cylindrical-coordinate representation of color #F390AA: hue angle of 344.24º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F390AA is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB243144170-
CMYK00.410.300.05
HSL344.24º80.49%75.88%-
HSV(B)344.24º40.74%95.29%-
XYZ54.1941.943.26-
YUV176.56124.3175.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.63%
GREEN value IS 144 (56.64% from 255) = 25.85%
BLUE value IS 170 (66.80% from 255) = 30.52%
R=43.63%
G=25.85%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314417000.410.300.05344.2480.4975.88
HexF390AA0291E5158504c
Octal363220252051365530120114
Binary11110011100100001010101001010011111010110101100010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F390AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F390AA; }

 p { color: rgb(243,144,170); }

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

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

 a { background-color: rgb(243,144,170); }

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

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

 span { border-color: rgb(243,144,170); }

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