#F1A383

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

Shades of Tonys Pink #F1A383

Tints of Tonys Pink #F1A383

Color information

#F1A383 (or 0xF1A383) is unknown color: approx Tonys Pink. HEX triplet: F1, A3 and 83. RGB value is (241,163,131). Sum of RGB (Red+Green+Blue) = 241+163+131=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 131 (51.56% from 255 or 24.49% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A383 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A383 is #0E5C7C. Grayscale: #B6B6B6. Windows color (decimal): -941181 or 8627185. OLE color: 8627185.

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

Color convert

RGB241163131-
CMYK00.320.460.05
HSL17.45º79.71%72.94%-
HSV(B)17.45º45.64%94.51%-
XYZ53.4746.5327.64-
YUV182.6798.84169.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.05%
GREEN value IS 163 (64.06% from 255) = 30.47%
BLUE value IS 131 (51.56% from 255) = 24.49%
R=45.05%
G=30.47%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116313100.320.460.0517.4579.7172.94
HexF1A3830202E5115049
Octal36124320304056521120111
Binary11110001101000111000001101000001011101011000110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A383; }

 p { color: rgb(241,163,131); }

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

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

 a { background-color: rgb(241,163,131); }

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

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

 span { border-color: rgb(241,163,131); }

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