#F695A7

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

Shades of Mauvelous #F695A7

Tints of Mauvelous #F695A7

Color information

#F695A7 (or 0xF695A7) is unknown color: approx Mauvelous. HEX triplet: F6, 95 and A7. RGB value is (246,149,167). Sum of RGB (Red+Green+Blue) = 246+149+167=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 167 (65.62% from 255 or 29.72% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F695A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F695A7 is #096A58. Grayscale: #B4B4B4. Windows color (decimal): -617049 or 10982902. OLE color: 10982902.

HSL color Cylindrical-coordinate representation of color #F695A7: hue angle of 348.87º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F695A7 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB246149167-
CMYK00.390.320.04
HSL348.87º84.35%77.45%-
HSV(B)348.87º39.43%96.47%-
XYZ55.7343.8842.09-
YUV180.06120.64175.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.77%
GREEN value IS 149 (58.59% from 255) = 26.51%
BLUE value IS 167 (65.62% from 255) = 29.72%
R=43.77%
G=26.51%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614916700.390.320.04348.8784.3577.45
HexF695A702720415d544d
Octal366225247047404535124115
Binary111101101001010110100111010011110000010010101110110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F695A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F695A7; }

 p { color: rgb(246,149,167); }

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

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

 a { background-color: rgb(246,149,167); }

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

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

 span { border-color: rgb(246,149,167); }

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