#F29A89

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

Shades of Tonys Pink #F29A89

Tints of Tonys Pink #F29A89

Color information

#F29A89 (or 0xF29A89) is unknown color: approx Tonys Pink. HEX triplet: F2, 9A and 89. RGB value is (242,154,137). Sum of RGB (Red+Green+Blue) = 242+154+137=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 137 (53.91% from 255 or 25.70% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29A89 is #0D6576. Grayscale: #B2B2B2. Windows color (decimal): -877943 or 9018098. OLE color: 9018098.

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

Color convert

RGB242154137-
CMYK00.360.430.05
HSL9.71º80.15%74.31%-
HSV(B)9.71º43.39%94.9%-
XYZ52.6943.7929.34-
YUV178.37104.65173.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.40%
GREEN value IS 154 (60.55% from 255) = 28.89%
BLUE value IS 137 (53.91% from 255) = 25.70%
R=45.40%
G=28.89%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215413700.360.430.059.7180.1574.31
HexF29A890242B5a504a
Octal36223221104453512120112
Binary1111001010011010100010010100100101011101101010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29A89; }

 p { color: rgb(242,154,137); }

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

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

 a { background-color: rgb(242,154,137); }

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

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

 span { border-color: rgb(242,154,137); }

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