#F48DA9

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

Shades of Mauvelous #F48DA9

Tints of Mauvelous #F48DA9

Color information

#F48DA9 (or 0xF48DA9) is unknown color: approx Mauvelous. HEX triplet: F4, 8D and A9. RGB value is (244,141,169). Sum of RGB (Red+Green+Blue) = 244+141+169=554 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.04% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 169 (66.41% from 255 or 30.51% from 554); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48DA9 is #0B7256. Grayscale: #AEAEAE. Windows color (decimal): -750167 or 11111924. OLE color: 11111924.

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

Color convert

RGB244141169-
CMYK00.420.310.04
HSL343.69º82.4%75.49%-
HSV(B)343.69º42.21%95.69%-
XYZ53.9941.1542.63-
YUV174.99124.62177.22-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.04%
GREEN value IS 141 (55.47% from 255) = 25.45%
BLUE value IS 169 (66.41% from 255) = 30.51%
R=44.04%
G=25.45%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414116900.420.310.04343.6982.475.49
HexF48DA902A1F4158524b
Octal364215251052374530122113
Binary11110100100011011010100101010101111110010101100010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48DA9; }

 p { color: rgb(244,141,169); }

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

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

 a { background-color: rgb(244,141,169); }

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

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

 span { border-color: rgb(244,141,169); }

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