#F1A188

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

Shades of Tonys Pink #F1A188

Tints of Tonys Pink #F1A188

Color information

#F1A188 (or 0xF1A188) is unknown color: approx Tonys Pink. HEX triplet: F1, A1 and 88. RGB value is (241,161,136). Sum of RGB (Red+Green+Blue) = 241+161+136=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 136 (53.52% from 255 or 25.28% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A188 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A188 is #0E5E77. Grayscale: #B6B6B6. Windows color (decimal): -941688 or 8954353. OLE color: 8954353.

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

Color convert

RGB241161136-
CMYK00.330.440.05
HSL14.29º78.95%73.92%-
HSV(B)14.29º43.57%94.51%-
XYZ53.4645.9729.35-
YUV182.07102170.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.80%
GREEN value IS 161 (63.28% from 255) = 29.93%
BLUE value IS 136 (53.52% from 255) = 25.28%
R=44.80%
G=29.93%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116113600.330.440.0514.2978.9573.92
HexF1A1880212C5e4f4a
Octal36124121004154516117112
Binary1111000110100001100010000100001101100101111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A188; }

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

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

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

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

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

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

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

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