#F0A888

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

Shades of Tonys Pink #F0A888

Tints of Tonys Pink #F0A888

Color information

#F0A888 (or 0xF0A888) is unknown color: approx Tonys Pink. HEX triplet: F0, A8 and 88. RGB value is (240,168,136). Sum of RGB (Red+Green+Blue) = 240+168+136=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 136 (53.52% from 255 or 25% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A888 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A888 is #0F5777. Grayscale: #BABABA. Windows color (decimal): -1005432 or 8956144. OLE color: 8956144.

HSL color Cylindrical-coordinate representation of color #F0A888: hue angle of 18.46º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0A888 is Cyan = 0, Magento = 0.3, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB240168136-
CMYK00.30.430.06
HSL18.46º77.61%73.73%-
HSV(B)18.46º43.33%94.12%-
XYZ54.3848.3129.75-
YUV185.8899.85166.6-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.12%
GREEN value IS 168 (66.02% from 255) = 30.88%
BLUE value IS 136 (53.52% from 255) = 25%
R=44.12%
G=30.88%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016813600.30.430.0618.4677.6173.73
HexF0A88801E2B6124e4a
Octal36025021003653622116112
Binary1111000010101000100010000111101010111101001010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A888; }

 p { color: rgb(240,168,136); }

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

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

 a { background-color: rgb(240,168,136); }

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

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

 span { border-color: rgb(240,168,136); }

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