#F2A088

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

Shades of Tonys Pink #F2A088

Tints of Tonys Pink #F2A088

Color information

#F2A088 (or 0xF2A088) is unknown color: approx Tonys Pink. HEX triplet: F2, A0 and 88. RGB value is (242,160,136). Sum of RGB (Red+Green+Blue) = 242+160+136=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 136 (53.52% from 255 or 25.28% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A088 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A088 is #0D5F77. Grayscale: #B5B5B5. Windows color (decimal): -876408 or 8954098. OLE color: 8954098.

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

Color convert

RGB242160136-
CMYK00.340.440.05
HSL13.58º80.3%74.12%-
HSV(B)13.58º43.8%94.9%-
XYZ53.6345.829.31-
YUV181.78102.17170.95-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.98%
GREEN value IS 160 (62.89% from 255) = 29.74%
BLUE value IS 136 (53.52% from 255) = 25.28%
R=44.98%
G=29.74%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216013600.340.440.0513.5880.374.12
HexF2A0880222C5e504a
Octal36224021004254516120112
Binary1111001010100000100010000100010101100101111010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A088; }

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

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

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

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

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

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

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

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