#F0A486

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

Shades of Tonys Pink #F0A486

Tints of Tonys Pink #F0A486

Color information

#F0A486 (or 0xF0A486) is unknown color: approx Tonys Pink. HEX triplet: F0, A4 and 86. RGB value is (240,164,134). Sum of RGB (Red+Green+Blue) = 240+164+134=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 134 (52.73% from 255 or 24.91% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A486 is #0F5B79. Grayscale: #B7B7B7. Windows color (decimal): -1006458 or 8824048. OLE color: 8824048.

HSL color Cylindrical-coordinate representation of color #F0A486: hue angle of 16.98º 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 #F0A486 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB240164134-
CMYK00.320.440.06
HSL16.98º77.94%73.33%-
HSV(B)16.98º44.17%94.12%-
XYZ53.5146.828.77-
YUV183.3100.18168.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.61%
GREEN value IS 164 (64.45% from 255) = 30.48%
BLUE value IS 134 (52.73% from 255) = 24.91%
R=44.61%
G=30.48%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016413400.320.440.0616.9877.9473.33
HexF0A4860202C6114e49
Octal36024420604054621116111
Binary11110000101001001000011001000001011001101000110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A486; }

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

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

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

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

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

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

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

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