#F0A78F

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

Shades of Tonys Pink #F0A78F

Tints of Tonys Pink #F0A78F

Color information

#F0A78F (or 0xF0A78F) is unknown color: approx Tonys Pink. HEX triplet: F0, A7 and 8F. RGB value is (240,167,143). Sum of RGB (Red+Green+Blue) = 240+167+143=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 167 (65.62% from 255 or 30.36% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A78F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A78F is #0F5870. Grayscale: #BABABA. Windows color (decimal): -1005681 or 9414640. OLE color: 9414640.

HSL color Cylindrical-coordinate representation of color #F0A78F: hue angle of 14.85º 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 #F0A78F is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB240167143-
CMYK00.300.400.06
HSL14.85º76.38%75.1%-
HSV(B)14.85º40.42%94.12%-
XYZ54.7148.1532.4-
YUV186.09103.68166.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.64%
GREEN value IS 167 (65.62% from 255) = 30.36%
BLUE value IS 143 (56.25% from 255) = 26%
R=43.64%
G=30.36%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016714300.300.400.0614.8576.3875.1
HexF0A78F01E286f4c4b
Octal36024721703650617114113
Binary111100001010011110001111011110101000110111110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A78F; }

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

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

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

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

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

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

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

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