#F0A78D

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

Shades of Tonys Pink #F0A78D

Tints of Tonys Pink #F0A78D

Color information

#F0A78D (or 0xF0A78D) is unknown color: approx Tonys Pink. HEX triplet: F0, A7 and 8D. RGB value is (240,167,141). Sum of RGB (Red+Green+Blue) = 240+167+141=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A78D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A78D is #0F5872. Grayscale: #BABABA. Windows color (decimal): -1005683 or 9283568. OLE color: 9283568.

HSL color Cylindrical-coordinate representation of color #F0A78D: hue angle of 15.76º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0A78D is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB240167141-
CMYK00.300.410.06
HSL15.76º76.74%74.71%-
HSV(B)15.76º41.25%94.12%-
XYZ54.5648.0931.61-
YUV185.86102.68166.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.80%
GREEN value IS 167 (65.62% from 255) = 30.47%
BLUE value IS 141 (55.47% from 255) = 25.73%
R=43.80%
G=30.47%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016714100.300.410.0615.7676.7474.71
HexF0A78D01E296104d4b
Octal36024721503651620115113
Binary1111000010100111100011010111101010011101000010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A78D; }

 p { color: rgb(240,167,141); }

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

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

 a { background-color: rgb(240,167,141); }

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

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

 span { border-color: rgb(240,167,141); }

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