#F2A08E

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

Shades of Tonys Pink #F2A08E

Tints of Tonys Pink #F2A08E

Color information

#F2A08E (or 0xF2A08E) is unknown color: approx Tonys Pink. HEX triplet: F2, A0 and 8E. RGB value is (242,160,142). Sum of RGB (Red+Green+Blue) = 242+160+142=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A08E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A08E is #0D5F71. Grayscale: #B6B6B6. Windows color (decimal): -876402 or 9347314. OLE color: 9347314.

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

Color convert

RGB242160142-
CMYK00.340.410.05
HSL10.8º79.37%75.29%-
HSV(B)10.8º41.32%94.9%-
XYZ54.0745.9731.61-
YUV182.47105.17170.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.49%
GREEN value IS 160 (62.89% from 255) = 29.41%
BLUE value IS 142 (55.86% from 255) = 26.10%
R=44.49%
G=29.41%
B=26.10%

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
Decimal24216014200.340.410.0510.879.3775.29
HexF2A08E022295b4f4b
Octal36224021604251513117113
Binary1111001010100000100011100100010101001101101110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A08E; }

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

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

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

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

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

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

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

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