#F29F8E

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

Shades of Tonys Pink #F29F8E

Tints of Tonys Pink #F29F8E

Color information

#F29F8E (or 0xF29F8E) is unknown color: approx Tonys Pink. HEX triplet: F2, 9F and 8E. RGB value is (242,159,142). Sum of RGB (Red+Green+Blue) = 242+159+142=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F29F8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29F8E is #0D6071. Grayscale: #B6B6B6. Windows color (decimal): -876658 or 9347058. OLE color: 9347058.

HSL color Cylindrical-coordinate representation of color #F29F8E: hue angle of 10.2º 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 #F29F8E is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB242159142-
CMYK00.340.410.05
HSL10.2º79.37%75.29%-
HSV(B)10.2º41.32%94.9%-
XYZ53.945.6331.56-
YUV181.88105.5170.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.57%
GREEN value IS 159 (62.5% from 255) = 29.28%
BLUE value IS 142 (55.86% from 255) = 26.15%
R=44.57%
G=29.28%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215914200.340.410.0510.279.3775.29
HexF29F8E022295a4f4b
Octal36223721604251512117113
Binary1111001010011111100011100100010101001101101010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29F8E; }

 p { color: rgb(242,159,142); }

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

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

 a { background-color: rgb(242,159,142); }

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

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

 span { border-color: rgb(242,159,142); }

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