#F2A78C

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

Shades of Tonys Pink #F2A78C

Tints of Tonys Pink #F2A78C

Color information

#F2A78C (or 0xF2A78C) is unknown color: approx Tonys Pink. HEX triplet: F2, A7 and 8C. RGB value is (242,167,140). Sum of RGB (Red+Green+Blue) = 242+167+140=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A78C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A78C is #0D5873. Grayscale: #BABABA. Windows color (decimal): -874612 or 9218034. OLE color: 9218034.

HSL color Cylindrical-coordinate representation of color #F2A78C: hue angle of 15.88º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2A78C is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB242167140-
CMYK00.310.420.05
HSL15.88º79.69%74.9%-
HSV(B)15.88º42.15%94.9%-
XYZ55.1748.4131.25-
YUV186.35101.85167.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.08%
GREEN value IS 167 (65.62% from 255) = 30.42%
BLUE value IS 140 (55.08% from 255) = 25.50%
R=44.08%
G=30.42%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216714000.310.420.0515.8879.6974.9
HexF2A78C01F2A510504b
Octal36224721403752520120113
Binary1111001010100111100011000111111010101011000010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A78C; }

 p { color: rgb(242,167,140); }

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

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

 a { background-color: rgb(242,167,140); }

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

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

 span { border-color: rgb(242,167,140); }

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