#F995AC

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

Shades of Mauvelous #F995AC

Tints of Mauvelous #F995AC

Color information

#F995AC (or 0xF995AC) is unknown color: approx Mauvelous. HEX triplet: F9, 95 and AC. RGB value is (249,149,172). Sum of RGB (Red+Green+Blue) = 249+149+172=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F995AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F995AC is #066A53. Grayscale: #B5B5B5. Windows color (decimal): -420436 or 11310585. OLE color: 11310585.

HSL color Cylindrical-coordinate representation of color #F995AC: hue angle of 346.2º 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 #F995AC is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB249149172-
CMYK00.400.310.02
HSL346.2º89.29%78.04%-
HSV(B)346.2º40.16%97.65%-
XYZ57.2644.6144.62-
YUV181.52122.63176.13-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.68%
GREEN value IS 149 (58.59% from 255) = 26.14%
BLUE value IS 172 (67.58% from 255) = 30.18%
R=43.68%
G=26.14%
B=30.18%

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
Decimal24914917200.400.310.02346.289.2978.04
HexF995AC0281F215a594e
Octal371225254050372532131116
Binary1111100110010101101011000101000111111010101101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F995AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F995AC; }

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

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

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

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

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

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

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

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