#F0A582

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

Shades of Tonys Pink #F0A582

Tints of Tonys Pink #F0A582

Color information

#F0A582 (or 0xF0A582) is unknown color: approx Tonys Pink. HEX triplet: F0, A5 and 82. RGB value is (240,165,130). Sum of RGB (Red+Green+Blue) = 240+165+130=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A582 is #0F5A7D. Grayscale: #B7B7B7. Windows color (decimal): -1006206 or 8562160. OLE color: 8562160.

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

Color convert

RGB240165130-
CMYK00.310.460.06
HSL19.09º78.57%72.55%-
HSV(B)19.09º45.83%94.12%-
XYZ53.4247.0527.38-
YUV183.4397.85168.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.86%
GREEN value IS 165 (64.84% from 255) = 30.84%
BLUE value IS 130 (51.17% from 255) = 24.30%
R=44.86%
G=30.84%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016513000.310.460.0619.0978.5772.55
HexF0A58201F2E6134f49
Octal36024520203756623117111
Binary1111000010100101100000100111111011101101001110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A582; }

 p { color: rgb(240,165,130); }

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

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

 a { background-color: rgb(240,165,130); }

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

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

 span { border-color: rgb(240,165,130); }

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