#F1A180

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

Shades of Tonys Pink #F1A180

Tints of Tonys Pink #F1A180

Color information

#F1A180 (or 0xF1A180) is unknown color: approx Tonys Pink. HEX triplet: F1, A1 and 80. RGB value is (241,161,128). Sum of RGB (Red+Green+Blue) = 241+161+128=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A180 is #0E5E7F. Grayscale: #B5B5B5. Windows color (decimal): -941696 or 8430065. OLE color: 8430065.

HSL color Cylindrical-coordinate representation of color #F1A180: hue angle of 17.52º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F1A180 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB241161128-
CMYK00.330.470.05
HSL17.52º80.14%72.35%-
HSV(B)17.52º46.89%94.51%-
XYZ52.9245.7526.46-
YUV181.1698170.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.47%
GREEN value IS 161 (63.28% from 255) = 30.38%
BLUE value IS 128 (50.39% from 255) = 24.15%
R=45.47%
G=30.38%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116112800.330.470.0517.5280.1472.35
HexF1A1800212F5125048
Octal36124120004157522120110
Binary11110001101000011000000001000011011111011001010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A180; }

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

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

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

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

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

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

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

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