#F48DA1

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

Shades of Mauvelous #F48DA1

Tints of Mauvelous #F48DA1

Color information

#F48DA1 (or 0xF48DA1) is unknown color: approx Mauvelous. HEX triplet: F4, 8D and A1. RGB value is (244,141,161). Sum of RGB (Red+Green+Blue) = 244+141+161=546 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.69% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 161 (63.28% from 255 or 29.49% from 546); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48DA1 is #0B725E. Grayscale: #AEAEAE. Windows color (decimal): -750175 or 10587636. OLE color: 10587636.

HSL color Cylindrical-coordinate representation of color #F48DA1: hue angle of 348.35º 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 #F48DA1 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB244141161-
CMYK00.420.340.04
HSL348.35º82.4%75.49%-
HSV(B)348.35º42.21%95.69%-
XYZ53.2740.8638.8-
YUV174.08120.62177.87-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.69%
GREEN value IS 141 (55.47% from 255) = 25.82%
BLUE value IS 161 (63.28% from 255) = 29.49%
R=44.69%
G=25.82%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414116100.420.340.04348.3582.475.49
HexF48DA102A22415c524b
Octal364215241052424534122113
Binary111101001000110110100001010101010001010010101110010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48DA1; }

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

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

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

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

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

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

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

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