#F6A688

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

Shades of Tonys Pink #F6A688

Tints of Tonys Pink #F6A688

Color information

#F6A688 (or 0xF6A688) is unknown color: approx Tonys Pink. HEX triplet: F6, A6 and 88. RGB value is (246,166,136). Sum of RGB (Red+Green+Blue) = 246+166+136=548 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.89% from 548); Green value is 166 (65.23% from 255 or 30.29% from 548); Blue value is 136 (53.52% from 255 or 24.82% from 548); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A688 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A688 is #095977. Grayscale: #BABABA. Windows color (decimal): -612728 or 8955638. OLE color: 8955638.

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

Color convert

RGB246166136-
CMYK00.330.450.04
HSL16.36º85.94%74.9%-
HSV(B)16.36º44.72%96.47%-
XYZ56.0948.6429.73-
YUV186.599.5170.44-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.89%
GREEN value IS 166 (65.23% from 255) = 30.29%
BLUE value IS 136 (53.52% from 255) = 24.82%
R=44.89%
G=30.29%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616613600.330.450.0416.3685.9474.9
HexF6A6880212D410564b
Octal36624621004155420126113
Binary11110110101001101000100001000011011011001000010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A688; }

 p { color: rgb(246,166,136); }

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

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

 a { background-color: rgb(246,166,136); }

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

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

 span { border-color: rgb(246,166,136); }

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