#F29C8C

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

Shades of Tonys Pink #F29C8C

Tints of Tonys Pink #F29C8C

Color information

#F29C8C (or 0xF29C8C) is unknown color: approx Tonys Pink. HEX triplet: F2, 9C and 8C. RGB value is (242,156,140). Sum of RGB (Red+Green+Blue) = 242+156+140=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29C8C is #0D6373. Grayscale: #B4B4B4. Windows color (decimal): -877428 or 9215218. OLE color: 9215218.

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

Color convert

RGB242156140-
CMYK00.360.420.05
HSL9.41º79.69%74.9%-
HSV(B)9.41º42.15%94.9%-
XYZ53.2444.5530.6-
YUV179.89105.49172.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.98%
GREEN value IS 156 (61.33% from 255) = 29.00%
BLUE value IS 140 (55.08% from 255) = 26.02%
R=44.98%
G=29.00%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215614000.360.420.059.4179.6974.9
HexF29C8C0242A59504b
Octal36223421404452511120113
Binary1111001010011100100011000100100101010101100110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29C8C; }

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

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

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

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

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

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

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

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