#F1A28E

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

Shades of Tonys Pink #F1A28E

Tints of Tonys Pink #F1A28E

Color information

#F1A28E (or 0xF1A28E) is unknown color: approx Tonys Pink. HEX triplet: F1, A2 and 8E. RGB value is (241,162,142). Sum of RGB (Red+Green+Blue) = 241+162+142=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A28E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A28E is #0E5D71. Grayscale: #B7B7B7. Windows color (decimal): -941426 or 9347825. OLE color: 9347825.

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

Color convert

RGB241162142-
CMYK00.330.410.05
HSL12.12º77.95%75.1%-
HSV(B)12.12º41.08%94.51%-
XYZ54.0846.4931.72-
YUV183.34104.67169.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.22%
GREEN value IS 162 (63.67% from 255) = 29.72%
BLUE value IS 142 (55.86% from 255) = 26.06%
R=44.22%
G=29.72%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116214200.330.410.0512.1277.9575.1
HexF1A28E021295c4e4b
Octal36124221604151514116113
Binary1111000110100010100011100100001101001101110010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A28E; }

 p { color: rgb(241,162,142); }

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

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

 a { background-color: rgb(241,162,142); }

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

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

 span { border-color: rgb(241,162,142); }

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