#F1A791

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

Shades of Tonys Pink #F1A791

Tints of Tonys Pink #F1A791

Color information

#F1A791 (or 0xF1A791) is unknown color: approx Tonys Pink. HEX triplet: F1, A7 and 91. RGB value is (241,167,145). Sum of RGB (Red+Green+Blue) = 241+167+145=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 145 (57.03% from 255 or 26.22% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A791 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A791 is #0E586E. Grayscale: #BABABA. Windows color (decimal): -940143 or 9545713. OLE color: 9545713.

HSL color Cylindrical-coordinate representation of color #F1A791: hue angle of 13.75º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F1A791 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB241167145-
CMYK00.310.400.05
HSL13.75º77.42%75.69%-
HSV(B)13.75º39.83%94.51%-
XYZ55.2148.3833.22-
YUV186.62104.52166.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.58%
GREEN value IS 167 (65.62% from 255) = 30.20%
BLUE value IS 145 (57.03% from 255) = 26.22%
R=43.58%
G=30.20%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116714500.310.400.0513.7577.4275.69
HexF1A79101F285e4d4c
Octal36124722103750516115114
Binary111100011010011110010001011111101000101111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A791; }

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

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

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

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

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

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

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

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