#F1A48D

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

Shades of Tonys Pink #F1A48D

Tints of Tonys Pink #F1A48D

Color information

#F1A48D (or 0xF1A48D) is unknown color: approx Tonys Pink. HEX triplet: F1, A4 and 8D. RGB value is (241,164,141). Sum of RGB (Red+Green+Blue) = 241+164+141=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A48D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A48D is #0E5B72. Grayscale: #B8B8B8. Windows color (decimal): -940915 or 9282801. OLE color: 9282801.

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

Color convert

RGB241164141-
CMYK00.320.410.05
HSL13.8º78.12%74.9%-
HSV(B)13.8º41.49%94.51%-
XYZ54.3647.1731.44-
YUV184.4103.51168.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.14%
GREEN value IS 164 (64.45% from 255) = 30.04%
BLUE value IS 141 (55.47% from 255) = 25.82%
R=44.14%
G=30.04%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116414100.320.410.0513.878.1274.9
HexF1A48D020295e4e4b
Octal36124421504051516116113
Binary1111000110100100100011010100000101001101111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A48D; }

 p { color: rgb(241,164,141); }

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

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

 a { background-color: rgb(241,164,141); }

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

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

 span { border-color: rgb(241,164,141); }

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