#F88FAA

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

Shades of Mauvelous #F88FAA

Tints of Mauvelous #F88FAA

Color information

#F88FAA (or 0xF88FAA) is unknown color: approx Mauvelous. HEX triplet: F8, 8F and AA. RGB value is (248,143,170). Sum of RGB (Red+Green+Blue) = 248+143+170=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F88FAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88FAA is #077055. Grayscale: #B1B1B1. Windows color (decimal): -487510 or 11177976. OLE color: 11177976.

HSL color Cylindrical-coordinate representation of color #F88FAA: hue angle of 344.57º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F88FAA is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB248143170-
CMYK00.420.310.03
HSL344.57º88.24%76.67%-
HSV(B)344.57º42.34%97.25%-
XYZ55.7942.543.29-
YUV177.47123.79178.3-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.21%
GREEN value IS 143 (56.25% from 255) = 25.49%
BLUE value IS 170 (66.80% from 255) = 30.30%
R=44.21%
G=25.49%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814317000.420.310.03344.5788.2476.67
HexF88FAA02A1F3159584d
Octal370217252052373531130115
Binary1111100010001111101010100101010111111110101100110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88FAA; }

 p { color: rgb(248,143,170); }

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

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

 a { background-color: rgb(248,143,170); }

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

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

 span { border-color: rgb(248,143,170); }

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