#F1A68A

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

Shades of Tonys Pink #F1A68A

Tints of Tonys Pink #F1A68A

Color information

#F1A68A (or 0xF1A68A) is unknown color: approx Tonys Pink. HEX triplet: F1, A6 and 8A. RGB value is (241,166,138). Sum of RGB (Red+Green+Blue) = 241+166+138=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A68A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A68A is #0E5975. Grayscale: #B9B9B9. Windows color (decimal): -940406 or 9086705. OLE color: 9086705.

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

Color convert

RGB241166138-
CMYK00.310.430.05
HSL16.31º78.63%74.31%-
HSV(B)16.31º42.74%94.51%-
XYZ54.547.8130.4-
YUV185.23101.35167.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.22%
GREEN value IS 166 (65.23% from 255) = 30.46%
BLUE value IS 138 (54.30% from 255) = 25.32%
R=44.22%
G=30.46%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116613800.310.430.0516.3178.6374.31
HexF1A68A01F2B5104f4a
Octal36124621203753520117112
Binary1111000110100110100010100111111010111011000010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A68A; }

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

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

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

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

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

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

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

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