#F2A78F

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

Shades of Tonys Pink #F2A78F

Tints of Tonys Pink #F2A78F

Color information

#F2A78F (or 0xF2A78F) is unknown color: approx Tonys Pink. HEX triplet: F2, A7 and 8F. RGB value is (242,167,143). Sum of RGB (Red+Green+Blue) = 242+167+143=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 143 (56.25% from 255 or 25.91% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A78F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A78F is #0D5870. Grayscale: #BABABA. Windows color (decimal): -874609 or 9414642. OLE color: 9414642.

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

Color convert

RGB242167143-
CMYK00.310.410.05
HSL14.55º79.2%75.49%-
HSV(B)14.55º40.91%94.9%-
XYZ55.3948.532.43-
YUV186.69103.35167.45-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.84%
GREEN value IS 167 (65.62% from 255) = 30.25%
BLUE value IS 143 (56.25% from 255) = 25.91%
R=43.84%
G=30.25%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216714300.310.410.0514.5579.275.49
HexF2A78F01F295f4f4b
Octal36224721703751517117113
Binary111100101010011110001111011111101001101111110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A78F; }

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

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

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

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

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

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

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

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