#F48BA1

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

Shades of Mauvelous #F48BA1

Tints of Mauvelous #F48BA1

Color information

#F48BA1 (or 0xF48BA1) is unknown color: approx Mauvelous. HEX triplet: F4, 8B and A1. RGB value is (244,139,161). Sum of RGB (Red+Green+Blue) = 244+139+161=544 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.85% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 161 (63.28% from 255 or 29.60% from 544); Max value from RGB is 244 - color contains mainly: red. Hex color #F48BA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48BA1 is #0B745E. Grayscale: #ACACAC. Windows color (decimal): -750687 or 10587124. OLE color: 10587124.

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

Color convert

RGB244139161-
CMYK00.430.340.04
HSL347.43º82.68%75.1%-
HSV(B)347.43º43.03%95.69%-
XYZ52.9740.2738.7-
YUV172.9121.29178.71-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.85%
GREEN value IS 139 (54.69% from 255) = 25.55%
BLUE value IS 161 (63.28% from 255) = 29.60%
R=44.85%
G=25.55%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413916100.430.340.04347.4382.6875.1
HexF48BA102B22415b534b
Octal364213241053424533123113
Binary111101001000101110100001010101110001010010101101110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48BA1; }

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

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

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

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

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

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

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

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