#F1A28A

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

Shades of Tonys Pink #F1A28A

Tints of Tonys Pink #F1A28A

Color information

#F1A28A (or 0xF1A28A) is unknown color: approx Tonys Pink. HEX triplet: F1, A2 and 8A. RGB value is (241,162,138). Sum of RGB (Red+Green+Blue) = 241+162+138=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A28A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A28A is #0E5D75. Grayscale: #B7B7B7. Windows color (decimal): -941430 or 9085681. OLE color: 9085681.

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

Color convert

RGB241162138-
CMYK00.330.430.05
HSL13.98º78.63%74.31%-
HSV(B)13.98º42.74%94.51%-
XYZ53.7846.3830.16-
YUV182.88102.67169.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.55%
GREEN value IS 162 (63.67% from 255) = 29.94%
BLUE value IS 138 (54.30% from 255) = 25.51%
R=44.55%
G=29.94%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116213800.330.430.0513.9878.6374.31
HexF1A28A0212B5e4f4a
Octal36124221204153516117112
Binary1111000110100010100010100100001101011101111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A28A; }

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

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

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

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

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

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

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

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