#F1AB8A

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

Shades of Tonys Pink #F1AB8A

Tints of Tonys Pink #F1AB8A

Color information

#F1AB8A (or 0xF1AB8A) is unknown color: approx Tonys Pink. HEX triplet: F1, AB and 8A. RGB value is (241,171,138). Sum of RGB (Red+Green+Blue) = 241+171+138=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AB8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AB8A is #0E5475. Grayscale: #BCBCBC. Windows color (decimal): -939126 or 9087985. OLE color: 9087985.

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

Color convert

RGB241171138-
CMYK00.290.430.05
HSL19.22º78.63%74.31%-
HSV(B)19.22º42.74%94.51%-
XYZ55.4349.6630.71-
YUV188.1799.69165.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.82%
GREEN value IS 171 (67.19% from 255) = 31.09%
BLUE value IS 138 (54.30% from 255) = 25.09%
R=43.82%
G=31.09%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117113800.290.430.0519.2278.6374.31
HexF1AB8A01D2B5134f4a
Octal36125321203553523117112
Binary1111000110101011100010100111011010111011001110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AB8A; }

 p { color: rgb(241,171,138); }

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

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

 a { background-color: rgb(241,171,138); }

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

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

 span { border-color: rgb(241,171,138); }

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