#F48CAA

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

Shades of Mauvelous #F48CAA

Tints of Mauvelous #F48CAA

Color information

#F48CAA (or 0xF48CAA) is unknown color: approx Mauvelous. HEX triplet: F4, 8C and AA. RGB value is (244,140,170). Sum of RGB (Red+Green+Blue) = 244+140+170=554 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.04% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 244 - color contains mainly: red. Hex color #F48CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48CAA is #0B7355. Grayscale: #AEAEAE. Windows color (decimal): -750422 or 11177204. OLE color: 11177204.

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

Color convert

RGB244140170-
CMYK00.430.300.04
HSL342.69º82.54%75.29%-
HSV(B)342.69º42.62%95.69%-
XYZ53.9440.8943.08-
YUV174.52125.46177.56-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.04%
GREEN value IS 140 (55.08% from 255) = 25.27%
BLUE value IS 170 (66.80% from 255) = 30.69%
R=44.04%
G=25.27%
B=30.69%

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
Decimal24414017000.430.300.04342.6982.5475.29
HexF48CAA02B1E4157534b
Octal364214252053364527123113
Binary11110100100011001010101001010111111010010101011110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48CAA; }

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

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

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

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

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

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

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

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