#F69BA9

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

Shades of Mauvelous #F69BA9

Tints of Mauvelous #F69BA9

Color information

#F69BA9 (or 0xF69BA9) is unknown color: approx Mauvelous. HEX triplet: F6, 9B and A9. RGB value is (246,155,169). Sum of RGB (Red+Green+Blue) = 246+155+169=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 169 (66.41% from 255 or 29.65% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69BA9 is #096456. Grayscale: #B7B7B7. Windows color (decimal): -615511 or 11115510. OLE color: 11115510.

HSL color Cylindrical-coordinate representation of color #F69BA9: hue angle of 350.77º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69BA9 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB246155169-
CMYK00.370.310.04
HSL350.77º83.49%78.63%-
HSV(B)350.77º36.99%96.47%-
XYZ56.8945.943.4-
YUV183.8119.65172.36-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.16%
GREEN value IS 155 (60.94% from 255) = 27.19%
BLUE value IS 169 (66.41% from 255) = 29.65%
R=43.16%
G=27.19%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615516900.370.310.04350.7783.4978.63
HexF69BA90251F415f534f
Octal366233251045374537123117
Binary11110110100110111010100101001011111110010101111110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69BA9; }

 p { color: rgb(246,155,169); }

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

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

 a { background-color: rgb(246,155,169); }

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

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

 span { border-color: rgb(246,155,169); }

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