#F0A591

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

Shades of Tonys Pink #F0A591

Tints of Tonys Pink #F0A591

Color information

#F0A591 (or 0xF0A591) is unknown color: approx Tonys Pink. HEX triplet: F0, A5 and 91. RGB value is (240,165,145). Sum of RGB (Red+Green+Blue) = 240+165+145=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 145 (57.03% from 255 or 26.36% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A591 is #0F5A6E. Grayscale: #B9B9B9. Windows color (decimal): -1006191 or 9545200. OLE color: 9545200.

HSL color Cylindrical-coordinate representation of color #F0A591: hue angle of 12.63º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0A591 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB240165145-
CMYK00.310.400.06
HSL12.63º76%75.49%-
HSV(B)12.63º39.58%94.12%-
XYZ54.547.4833.08-
YUV185.14105.35167.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.64%
GREEN value IS 165 (64.84% from 255) = 30%
BLUE value IS 145 (57.03% from 255) = 26.36%
R=43.64%
G=30%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016514500.310.400.0612.637675.49
HexF0A59101F286d4c4b
Octal36024522103750615114113
Binary111100001010010110010001011111101000110110110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A591; }

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

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

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

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

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

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

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

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