#F29C88

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

Shades of Tonys Pink #F29C88

Tints of Tonys Pink #F29C88

Color information

#F29C88 (or 0xF29C88) is unknown color: approx Tonys Pink. HEX triplet: F2, 9C and 88. RGB value is (242,156,136). Sum of RGB (Red+Green+Blue) = 242+156+136=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29C88 is #0D6377. Grayscale: #B3B3B3. Windows color (decimal): -877432 or 8953074. OLE color: 8953074.

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

Color convert

RGB242156136-
CMYK00.360.440.05
HSL11.32º80.3%74.12%-
HSV(B)11.32º43.8%94.9%-
XYZ52.9544.4329.08-
YUV179.43103.49172.63-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.32%
GREEN value IS 156 (61.33% from 255) = 29.21%
BLUE value IS 136 (53.52% from 255) = 25.47%
R=45.32%
G=29.21%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215613600.360.440.0511.3280.374.12
HexF29C880242C5b504a
Octal36223421004454513120112
Binary1111001010011100100010000100100101100101101110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29C88; }

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

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

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

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

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

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

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

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