#F1A886

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

Shades of Tonys Pink #F1A886

Tints of Tonys Pink #F1A886

Color information

#F1A886 (or 0xF1A886) is unknown color: approx Tonys Pink. HEX triplet: F1, A8 and 86. RGB value is (241,168,134). Sum of RGB (Red+Green+Blue) = 241+168+134=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 134 (52.73% from 255 or 24.68% from 543); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A886 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A886 is #0E5779. Grayscale: #BABABA. Windows color (decimal): -939898 or 8825073. OLE color: 8825073.

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

Color convert

RGB241168134-
CMYK00.300.440.05
HSL19.07º79.26%73.53%-
HSV(B)19.07º44.4%94.51%-
XYZ54.5848.4329.02-
YUV185.9598.68167.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.38%
GREEN value IS 168 (66.02% from 255) = 30.94%
BLUE value IS 134 (52.73% from 255) = 24.68%
R=44.38%
G=30.94%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116813400.300.440.0519.0779.2673.53
HexF1A88601E2C5134f4a
Octal36125020603654523117112
Binary1111000110101000100001100111101011001011001110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A886; }

 p { color: rgb(241,168,134); }

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

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

 a { background-color: rgb(241,168,134); }

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

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

 span { border-color: rgb(241,168,134); }

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