#F48CA5

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

Shades of Mauvelous #F48CA5

Tints of Mauvelous #F48CA5

Color information

#F48CA5 (or 0xF48CA5) is unknown color: approx Mauvelous. HEX triplet: F4, 8C and A5. RGB value is (244,140,165). Sum of RGB (Red+Green+Blue) = 244+140+165=549 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.44% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 244 - color contains mainly: red. Hex color #F48CA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48CA5 is #0B735A. Grayscale: #ADADAD. Windows color (decimal): -750427 or 10849524. OLE color: 10849524.

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

Color convert

RGB244140165-
CMYK00.430.320.04
HSL345.58º82.54%75.29%-
HSV(B)345.58º42.62%95.69%-
XYZ53.4840.7140.64-
YUV173.95122.96177.97-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.44%
GREEN value IS 140 (55.08% from 255) = 25.50%
BLUE value IS 165 (64.84% from 255) = 30.05%
R=44.44%
G=25.50%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414016500.430.320.04345.5882.5475.29
HexF48CA502B20415a534b
Octal364214245053404532123113
Binary111101001000110010100101010101110000010010101101010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48CA5; }

 p { color: rgb(244,140,165); }

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

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

 a { background-color: rgb(244,140,165); }

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

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

 span { border-color: rgb(244,140,165); }

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