#F1A082

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

Shades of Tonys Pink #F1A082

Tints of Tonys Pink #F1A082

Color information

#F1A082 (or 0xF1A082) is unknown color: approx Tonys Pink. HEX triplet: F1, A0 and 82. RGB value is (241,160,130). Sum of RGB (Red+Green+Blue) = 241+160+130=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A082 is #0E5F7D. Grayscale: #B5B5B5. Windows color (decimal): -941950 or 8560881. OLE color: 8560881.

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

Color convert

RGB241160130-
CMYK00.340.460.05
HSL16.22º79.86%72.75%-
HSV(B)16.22º46.06%94.51%-
XYZ52.8845.4527.11-
YUV180.899.34170.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.39%
GREEN value IS 160 (62.89% from 255) = 30.13%
BLUE value IS 130 (51.17% from 255) = 24.48%
R=45.39%
G=30.13%
B=24.48%

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
Decimal24116013000.340.460.0516.2279.8672.75
HexF1A0820222E5105049
Octal36124020204256520120111
Binary11110001101000001000001001000101011101011000010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A082; }

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

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

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

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

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

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

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

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