#F48BA2

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

Shades of Mauvelous #F48BA2

Tints of Mauvelous #F48BA2

Color information

#F48BA2 (or 0xF48BA2) is unknown color: approx Mauvelous. HEX triplet: F4, 8B and A2. RGB value is (244,139,162). Sum of RGB (Red+Green+Blue) = 244+139+162=545 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.77% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 244 - color contains mainly: red. Hex color #F48BA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48BA2 is #0B745D. Grayscale: #ADADAD. Windows color (decimal): -750686 or 10652660. OLE color: 10652660.

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

Color convert

RGB244139162-
CMYK00.430.340.04
HSL346.86º82.68%75.1%-
HSV(B)346.86º43.03%95.69%-
XYZ53.0640.3139.17-
YUV173.02121.79178.63-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.77%
GREEN value IS 139 (54.69% from 255) = 25.50%
BLUE value IS 162 (63.67% from 255) = 29.72%
R=44.77%
G=25.50%
B=29.72%

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
Decimal24413916200.430.340.04346.8682.6875.1
HexF48BA202B22415b534b
Octal364213242053424533123113
Binary111101001000101110100010010101110001010010101101110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48BA2; }

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

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

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

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

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

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

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

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