#F1A081

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

Shades of Tonys Pink #F1A081

Tints of Tonys Pink #F1A081

Color information

#F1A081 (or 0xF1A081) is unknown color: approx Tonys Pink. HEX triplet: F1, A0 and 81. RGB value is (241,160,129). Sum of RGB (Red+Green+Blue) = 241+160+129=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 129 (50.78% from 255 or 24.34% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A081 is #0E5F7E. Grayscale: #B4B4B4. Windows color (decimal): -941951 or 8495345. OLE color: 8495345.

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

Color convert

RGB241160129-
CMYK00.340.460.05
HSL16.61º80%72.55%-
HSV(B)16.61º46.47%94.51%-
XYZ52.8145.4326.75-
YUV180.6898.84171.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.47%
GREEN value IS 160 (62.89% from 255) = 30.19%
BLUE value IS 129 (50.78% from 255) = 24.34%
R=45.47%
G=30.19%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116012900.340.460.0516.618072.55
HexF1A0810222E5115049
Octal36124020104256521120111
Binary11110001101000001000000101000101011101011000110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A081; }

 p { color: rgb(241,160,129); }

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

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

 a { background-color: rgb(241,160,129); }

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

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

 span { border-color: rgb(241,160,129); }

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