#F1A587

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

Shades of Tonys Pink #F1A587

Tints of Tonys Pink #F1A587

Color information

#F1A587 (or 0xF1A587) is unknown color: approx Tonys Pink. HEX triplet: F1, A5 and 87. RGB value is (241,165,135). Sum of RGB (Red+Green+Blue) = 241+165+135=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 135 (53.12% from 255 or 24.95% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A587 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A587 is #0E5A78. Grayscale: #B8B8B8. Windows color (decimal): -940665 or 8889841. OLE color: 8889841.

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

Color convert

RGB241165135-
CMYK00.320.440.05
HSL16.98º79.1%73.73%-
HSV(B)16.98º43.98%94.51%-
XYZ54.147.3629.21-
YUV184.3100.18168.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.55%
GREEN value IS 165 (64.84% from 255) = 30.50%
BLUE value IS 135 (53.12% from 255) = 24.95%
R=44.55%
G=30.50%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116513500.320.440.0516.9879.173.73
HexF1A5870202C5114f4a
Octal36124520704054521117112
Binary11110001101001011000011101000001011001011000110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A587; }

 p { color: rgb(241,165,135); }

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

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

 a { background-color: rgb(241,165,135); }

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

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

 span { border-color: rgb(241,165,135); }

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