#F1A592

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

Shades of Tonys Pink #F1A592

Tints of Tonys Pink #F1A592

Color information

#F1A592 (or 0xF1A592) is unknown color: approx Tonys Pink. HEX triplet: F1, A5 and 92. RGB value is (241,165,146). Sum of RGB (Red+Green+Blue) = 241+165+146=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A592 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A592 is #0E5A6D. Grayscale: #B9B9B9. Windows color (decimal): -940654 or 9610737. OLE color: 9610737.

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

Color convert

RGB241165146-
CMYK00.320.390.05
HSL12º77.24%75.88%-
HSV(B)12º39.42%94.51%-
XYZ54.9247.6933.5-
YUV185.56105.68167.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.66%
GREEN value IS 165 (64.84% from 255) = 29.89%
BLUE value IS 146 (57.42% from 255) = 26.45%
R=43.66%
G=29.89%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116514600.320.390.051277.2475.88
HexF1A592020275c4d4c
Octal36124522204047514115114
Binary1111000110100101100100100100000100111101110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A592; }

 p { color: rgb(241,165,146); }

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

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

 a { background-color: rgb(241,165,146); }

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

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

 span { border-color: rgb(241,165,146); }

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