#F1A48F

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

Shades of Tonys Pink #F1A48F

Tints of Tonys Pink #F1A48F

Color information

#F1A48F (or 0xF1A48F) is unknown color: approx Tonys Pink. HEX triplet: F1, A4 and 8F. RGB value is (241,164,143). Sum of RGB (Red+Green+Blue) = 241+164+143=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 164 (64.45% from 255 or 29.93% from 548); Blue value is 143 (56.25% from 255 or 26.09% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A48F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A48F is #0E5B70. Grayscale: #B8B8B8. Windows color (decimal): -940913 or 9413873. OLE color: 9413873.

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

Color convert

RGB241164143-
CMYK00.320.410.05
HSL12.86º77.78%75.29%-
HSV(B)12.86º40.66%94.51%-
XYZ54.5147.2332.23-
YUV184.63104.51168.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.98%
GREEN value IS 164 (64.45% from 255) = 29.93%
BLUE value IS 143 (56.25% from 255) = 26.09%
R=43.98%
G=29.93%
B=26.09%

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
Decimal24116414300.320.410.0512.8677.7875.29
HexF1A48F020295d4e4b
Octal36124421704051515116113
Binary1111000110100100100011110100000101001101110110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A48F; }

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

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

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

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

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

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

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

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