#F0A986

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

Shades of Tonys Pink #F0A986

Tints of Tonys Pink #F0A986

Color information

#F0A986 (or 0xF0A986) is unknown color: approx Tonys Pink. HEX triplet: F0, A9 and 86. RGB value is (240,169,134). Sum of RGB (Red+Green+Blue) = 240+169+134=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 134 (52.73% from 255 or 24.68% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A986 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A986 is #0F5679. Grayscale: #BABABA. Windows color (decimal): -1005178 or 8825328. OLE color: 8825328.

HSL color Cylindrical-coordinate representation of color #F0A986: hue angle of 19.81º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0A986 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB240169134-
CMYK00.300.440.06
HSL19.81º77.94%73.33%-
HSV(B)19.81º44.17%94.12%-
XYZ54.4348.6229.07-
YUV186.2498.52166.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.20%
GREEN value IS 169 (66.41% from 255) = 31.12%
BLUE value IS 134 (52.73% from 255) = 24.68%
R=44.20%
G=31.12%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016913400.300.440.0619.8177.9473.33
HexF0A98601E2C6144e49
Octal36025120603654624116111
Binary1111000010101001100001100111101011001101010010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A986; }

 p { color: rgb(240,169,134); }

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

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

 a { background-color: rgb(240,169,134); }

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

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

 span { border-color: rgb(240,169,134); }

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