#F696A5

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

Shades of Mauvelous #F696A5

Tints of Mauvelous #F696A5

Color information

#F696A5 (or 0xF696A5) is unknown color: approx Mauvelous. HEX triplet: F6, 96 and A5. RGB value is (246,150,165). Sum of RGB (Red+Green+Blue) = 246+150+165=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 165 (64.84% from 255 or 29.41% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F696A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F696A5 is #09695A. Grayscale: #B4B4B4. Windows color (decimal): -616795 or 10852086. OLE color: 10852086.

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

Color convert

RGB246150165-
CMYK00.390.330.04
HSL350.62º84.21%77.65%-
HSV(B)350.62º39.02%96.47%-
XYZ55.744.1241.18-
YUV180.41119.3174.78-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.85%
GREEN value IS 150 (58.98% from 255) = 26.74%
BLUE value IS 165 (64.84% from 255) = 29.41%
R=43.85%
G=26.74%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615016500.390.330.04350.6284.2177.65
HexF696A502721415f544e
Octal366226245047414537124116
Binary111101101001011010100101010011110000110010101111110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F696A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F696A5; }

 p { color: rgb(246,150,165); }

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

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

 a { background-color: rgb(246,150,165); }

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

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

 span { border-color: rgb(246,150,165); }

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