#F48BAA

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

Shades of Mauvelous #F48BAA

Tints of Mauvelous #F48BAA

Color information

#F48BAA (or 0xF48BAA) is unknown color: approx Mauvelous. HEX triplet: F4, 8B and AA. RGB value is (244,139,170). Sum of RGB (Red+Green+Blue) = 244+139+170=553 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.12% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 244 - color contains mainly: red. Hex color #F48BAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48BAA is #0B7455. Grayscale: #ADADAD. Windows color (decimal): -750678 or 11176948. OLE color: 11176948.

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

Color convert

RGB244139170-
CMYK00.430.300.04
HSL342.29º82.68%75.1%-
HSV(B)342.29º43.03%95.69%-
XYZ53.840.643.03-
YUV173.93125.79177.98-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.12%
GREEN value IS 139 (54.69% from 255) = 25.14%
BLUE value IS 170 (66.80% from 255) = 30.74%
R=44.12%
G=25.14%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413917000.430.300.04342.2982.6875.1
HexF48BAA02B1E4156534b
Octal364213252053364526123113
Binary11110100100010111010101001010111111010010101011010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48BAA; }

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

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

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

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

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

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

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

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