#F1A988

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

Shades of Tonys Pink #F1A988

Tints of Tonys Pink #F1A988

Color information

#F1A988 (or 0xF1A988) is unknown color: approx Tonys Pink. HEX triplet: F1, A9 and 88. RGB value is (241,169,136). Sum of RGB (Red+Green+Blue) = 241+169+136=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 136 (53.52% from 255 or 24.91% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A988 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A988 is #0E5677. Grayscale: #BABABA. Windows color (decimal): -939640 or 8956401. OLE color: 8956401.

HSL color Cylindrical-coordinate representation of color #F1A988: hue angle of 18.86º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F1A988 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB241169136-
CMYK00.300.440.05
HSL18.86º78.95%73.92%-
HSV(B)18.86º43.57%94.51%-
XYZ54.9148.8529.83-
YUV186.7799.35166.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.14%
GREEN value IS 169 (66.41% from 255) = 30.95%
BLUE value IS 136 (53.52% from 255) = 24.91%
R=44.14%
G=30.95%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116913600.300.440.0518.8678.9573.92
HexF1A98801E2C5134f4a
Octal36125121003654523117112
Binary1111000110101001100010000111101011001011001110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A988; }

 p { color: rgb(241,169,136); }

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

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

 a { background-color: rgb(241,169,136); }

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

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

 span { border-color: rgb(241,169,136); }

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