#F995AB

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

Shades of Mauvelous #F995AB

Tints of Mauvelous #F995AB

Color information

#F995AB (or 0xF995AB) is unknown color: approx Mauvelous. HEX triplet: F9, 95 and AB. RGB value is (249,149,171). Sum of RGB (Red+Green+Blue) = 249+149+171=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F995AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F995AB is #066A54. Grayscale: #B5B5B5. Windows color (decimal): -420437 or 11245049. OLE color: 11245049.

HSL color Cylindrical-coordinate representation of color #F995AB: hue angle of 346.8º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F995AB is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB249149171-
CMYK00.400.310.02
HSL346.8º89.29%78.04%-
HSV(B)346.8º40.16%97.65%-
XYZ57.1744.5744.12-
YUV181.41122.13176.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.76%
GREEN value IS 149 (58.59% from 255) = 26.19%
BLUE value IS 171 (67.19% from 255) = 30.05%
R=43.76%
G=26.19%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914917100.400.310.02346.889.2978.04
HexF995AB0281F215b594e
Octal371225253050372533131116
Binary1111100110010101101010110101000111111010101101110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F995AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F995AB; }

 p { color: rgb(249,149,171); }

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

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

 a { background-color: rgb(249,149,171); }

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

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

 span { border-color: rgb(249,149,171); }

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