#F88FA3

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

Shades of Mauvelous #F88FA3

Tints of Mauvelous #F88FA3

Color information

#F88FA3 (or 0xF88FA3) is unknown color: approx Mauvelous. HEX triplet: F8, 8F and A3. RGB value is (248,143,163). Sum of RGB (Red+Green+Blue) = 248+143+163=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 163 (64.06% from 255 or 29.42% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F88FA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88FA3 is #07705C. Grayscale: #B0B0B0. Windows color (decimal): -487517 or 10719224. OLE color: 10719224.

HSL color Cylindrical-coordinate representation of color #F88FA3: hue angle of 348.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 #F88FA3 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB248143163-
CMYK00.420.340.03
HSL348.57º88.24%76.67%-
HSV(B)348.57º42.34%97.25%-
XYZ55.1442.2539.9-
YUV176.68120.29178.87-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.77%
GREEN value IS 143 (56.25% from 255) = 25.81%
BLUE value IS 163 (64.06% from 255) = 29.42%
R=44.77%
G=25.81%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814316300.420.340.03348.5788.2476.67
HexF88FA302A22315d584d
Octal370217243052423535130115
Binary11111000100011111010001101010101000101110101110110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88FA3; }

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

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

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

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

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

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

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

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