#F1A786

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

Shades of Tonys Pink #F1A786

Tints of Tonys Pink #F1A786

Color information

#F1A786 (or 0xF1A786) is unknown color: approx Tonys Pink. HEX triplet: F1, A7 and 86. RGB value is (241,167,134). Sum of RGB (Red+Green+Blue) = 241+167+134=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 167 (65.62% from 255 or 30.81% from 542); Blue value is 134 (52.73% from 255 or 24.72% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A786 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A786 is #0E5879. Grayscale: #B9B9B9. Windows color (decimal): -940154 or 8824817. OLE color: 8824817.

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

Color convert

RGB241167134-
CMYK00.310.440.05
HSL18.5º79.26%73.53%-
HSV(B)18.5º44.4%94.51%-
XYZ54.448.0628.96-
YUV185.3699.02167.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.46%
GREEN value IS 167 (65.62% from 255) = 30.81%
BLUE value IS 134 (52.73% from 255) = 24.72%
R=44.46%
G=30.81%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116713400.310.440.0518.579.2673.53
HexF1A78601F2C5134f4a
Octal36124720603754523117112
Binary1111000110100111100001100111111011001011001110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A786; }

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

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

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

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

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

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

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

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