#F1A88F

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

Shades of Tonys Pink #F1A88F

Tints of Tonys Pink #F1A88F

Color information

#F1A88F (or 0xF1A88F) is unknown color: approx Tonys Pink. HEX triplet: F1, A8 and 8F. RGB value is (241,168,143). Sum of RGB (Red+Green+Blue) = 241+168+143=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 143 (56.25% from 255 or 25.91% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A88F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A88F is #0E5770. Grayscale: #BBBBBB. Windows color (decimal): -939889 or 9414897. OLE color: 9414897.

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

Color convert

RGB241168143-
CMYK00.300.410.05
HSL15.31º77.78%75.29%-
HSV(B)15.31º40.66%94.51%-
XYZ55.2448.6932.47-
YUV186.98103.18166.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.66%
GREEN value IS 168 (66.02% from 255) = 30.43%
BLUE value IS 143 (56.25% from 255) = 25.91%
R=43.66%
G=30.43%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116814300.300.410.0515.3177.7875.29
HexF1A88F01E295f4e4b
Octal36125021703651517116113
Binary111100011010100010001111011110101001101111110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A88F; }

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

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

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

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

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

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

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

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