#F4A28B

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

Shades of Tonys Pink #F4A28B

Tints of Tonys Pink #F4A28B

Color information

#F4A28B (or 0xF4A28B) is unknown color: approx Tonys Pink. HEX triplet: F4, A2 and 8B. RGB value is (244,162,139). Sum of RGB (Red+Green+Blue) = 244+162+139=545 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.77% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A28B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A28B is #0B5D74. Grayscale: #B8B8B8. Windows color (decimal): -744821 or 9151220. OLE color: 9151220.

HSL color Cylindrical-coordinate representation of color #F4A28B: hue angle of 13.14º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F4A28B is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB244162139-
CMYK00.340.430.04
HSL13.14º82.68%75.1%-
HSV(B)13.14º43.03%95.69%-
XYZ54.8946.9430.59-
YUV183.9102.67170.87-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.77%
GREEN value IS 162 (63.67% from 255) = 29.72%
BLUE value IS 139 (54.69% from 255) = 25.50%
R=44.77%
G=29.72%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416213900.340.430.0413.1482.6875.1
HexF4A28B0222B4d534b
Octal36424221304253415123113
Binary1111010010100010100010110100010101011100110110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A28B; }

 p { color: rgb(244,162,139); }

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

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

 a { background-color: rgb(244,162,139); }

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

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

 span { border-color: rgb(244,162,139); }

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