#F1A888

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

Shades of Tonys Pink #F1A888

Tints of Tonys Pink #F1A888

Color information

#F1A888 (or 0xF1A888) is unknown color: approx Tonys Pink. HEX triplet: F1, A8 and 88. RGB value is (241,168,136). Sum of RGB (Red+Green+Blue) = 241+168+136=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 136 (53.52% from 255 or 24.95% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A888 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A888 is #0E5777. Grayscale: #BABABA. Windows color (decimal): -939896 or 8956145. OLE color: 8956145.

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

Color convert

RGB241168136-
CMYK00.300.440.05
HSL18.29º78.95%73.92%-
HSV(B)18.29º43.57%94.51%-
XYZ54.7248.4829.77-
YUV186.1899.68167.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.22%
GREEN value IS 168 (66.02% from 255) = 30.83%
BLUE value IS 136 (53.52% from 255) = 24.95%
R=44.22%
G=30.83%
B=24.95%

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
Decimal24116813600.300.440.0518.2978.9573.92
HexF1A88801E2C5124f4a
Octal36125021003654522117112
Binary1111000110101000100010000111101011001011001010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A888; }

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

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

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

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

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

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

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

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