#F1A088

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

Shades of Tonys Pink #F1A088

Tints of Tonys Pink #F1A088

Color information

#F1A088 (or 0xF1A088) is unknown color: approx Tonys Pink. HEX triplet: F1, A0 and 88. RGB value is (241,160,136). Sum of RGB (Red+Green+Blue) = 241+160+136=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 136 (53.52% from 255 or 25.33% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A088 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A088 is #0E5F77. Grayscale: #B5B5B5. Windows color (decimal): -941944 or 8954097. OLE color: 8954097.

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

Color convert

RGB241160136-
CMYK00.340.440.05
HSL13.71º78.95%73.92%-
HSV(B)13.71º43.57%94.51%-
XYZ53.2945.6229.29-
YUV181.48102.34170.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.88%
GREEN value IS 160 (62.89% from 255) = 29.80%
BLUE value IS 136 (53.52% from 255) = 25.33%
R=44.88%
G=29.80%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116013600.340.440.0513.7178.9573.92
HexF1A0880222C5e4f4a
Octal36124021004254516117112
Binary1111000110100000100010000100010101100101111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A088; }

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

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

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

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

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

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

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

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