#F0A480

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

Shades of Tonys Pink #F0A480

Tints of Tonys Pink #F0A480

Color information

#F0A480 (or 0xF0A480) is unknown color: approx Tonys Pink. HEX triplet: F0, A4 and 80. RGB value is (240,164,128). Sum of RGB (Red+Green+Blue) = 240+164+128=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A480 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A480 is #0F5B7F. Grayscale: #B6B6B6. Windows color (decimal): -1006464 or 8430832. OLE color: 8430832.

HSL color Cylindrical-coordinate representation of color #F0A480: hue angle of 19.29º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0A480 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB240164128-
CMYK00.320.470.06
HSL19.29º78.87%72.16%-
HSV(B)19.29º46.67%94.12%-
XYZ53.1146.6326.62-
YUV182.6297.18168.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.11%
GREEN value IS 164 (64.45% from 255) = 30.83%
BLUE value IS 128 (50.39% from 255) = 24.06%
R=45.11%
G=30.83%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016412800.320.470.0619.2978.8772.16
HexF0A4800202F6134f48
Octal36024420004057623117110
Binary11110000101001001000000001000001011111101001110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A480; }

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

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

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

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

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

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

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

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