#F0AA8E

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

Shades of Tonys Pink #F0AA8E

Tints of Tonys Pink #F0AA8E

Color information

#F0AA8E (or 0xF0AA8E) is unknown color: approx Tonys Pink. HEX triplet: F0, AA and 8E. RGB value is (240,170,142). Sum of RGB (Red+Green+Blue) = 240+170+142=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 142 (55.86% from 255 or 25.72% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AA8E is #0F5571. Grayscale: #BBBBBB. Windows color (decimal): -1004914 or 9349872. OLE color: 9349872.

HSL color Cylindrical-coordinate representation of color #F0AA8E: hue angle of 17.14º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0AA8E is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB240170142-
CMYK00.290.410.06
HSL17.14º76.56%74.9%-
HSV(B)17.14º40.83%94.12%-
XYZ55.1949.2332.18-
YUV187.74102.19165.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.48%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 142 (55.86% from 255) = 25.72%
R=43.48%
G=30.80%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017014200.290.410.0617.1476.5674.9
HexF0AA8E01D296114d4b
Octal36025221603551621115113
Binary1111000010101010100011100111011010011101000110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AA8E; }

 p { color: rgb(240,170,142); }

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

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

 a { background-color: rgb(240,170,142); }

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

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

 span { border-color: rgb(240,170,142); }

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