#F6A68C

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

Shades of Tonys Pink #F6A68C

Tints of Tonys Pink #F6A68C

Color information

#F6A68C (or 0xF6A68C) is unknown color: approx Tonys Pink. HEX triplet: F6, A6 and 8C. RGB value is (246,166,140). Sum of RGB (Red+Green+Blue) = 246+166+140=552 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.57% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 140 (55.08% from 255 or 25.36% from 552); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A68C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A68C is #095973. Grayscale: #BBBBBB. Windows color (decimal): -612724 or 9217782. OLE color: 9217782.

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

Color convert

RGB246166140-
CMYK00.330.430.04
HSL14.72º85.48%75.69%-
HSV(B)14.72º43.09%96.47%-
XYZ56.3848.7631.25-
YUV186.96101.5170.11-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.57%
GREEN value IS 166 (65.23% from 255) = 30.07%
BLUE value IS 140 (55.08% from 255) = 25.36%
R=44.57%
G=30.07%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616614000.330.430.0414.7285.4875.69
HexF6A68C0212B4f554c
Octal36624621404153417125114
Binary1111011010100110100011000100001101011100111110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A68C; }

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

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

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

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

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

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

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

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