#F88CA3

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

Shades of Mauvelous #F88CA3

Tints of Mauvelous #F88CA3

Color information

#F88CA3 (or 0xF88CA3) is unknown color: approx Mauvelous. HEX triplet: F8, 8C and A3. RGB value is (248,140,163). Sum of RGB (Red+Green+Blue) = 248+140+163=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 163 (64.06% from 255 or 29.58% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F88CA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88CA3 is #07735C. Grayscale: #AEAEAE. Windows color (decimal): -488285 or 10718456. OLE color: 10718456.

HSL color Cylindrical-coordinate representation of color #F88CA3: hue angle of 347.22º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88CA3 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB248140163-
CMYK00.440.340.03
HSL347.22º88.52%76.08%-
HSV(B)347.22º43.55%97.25%-
XYZ54.741.3639.75-
YUV174.91121.28180.13-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.01%
GREEN value IS 140 (55.08% from 255) = 25.41%
BLUE value IS 163 (64.06% from 255) = 29.58%
R=45.01%
G=25.41%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814016300.440.340.03347.2288.5276.08
HexF88CA302C22315b594c
Octal370214243054423533131114
Binary11111000100011001010001101011001000101110101101110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88CA3; }

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

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

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

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

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

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

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

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