#F4A48E

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

Shades of Tonys Pink #F4A48E

Tints of Tonys Pink #F4A48E

Color information

#F4A48E (or 0xF4A48E) is unknown color: approx Tonys Pink. HEX triplet: F4, A4 and 8E. RGB value is (244,164,142). Sum of RGB (Red+Green+Blue) = 244+164+142=550 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.36% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 142 (55.86% from 255 or 25.82% from 550); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A48E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A48E is #0B5B71. Grayscale: #B9B9B9. Windows color (decimal): -744306 or 9348340. OLE color: 9348340.

HSL color Cylindrical-coordinate representation of color #F4A48E: hue angle of 12.94º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F4A48E is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB244164142-
CMYK00.330.420.04
HSL12.94º82.26%75.69%-
HSV(B)12.94º41.8%95.69%-
XYZ55.4747.7431.88-
YUV185.41103.5169.79-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.36%
GREEN value IS 164 (64.45% from 255) = 29.82%
BLUE value IS 142 (55.86% from 255) = 25.82%
R=44.36%
G=29.82%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416414200.330.420.0412.9482.2675.69
HexF4A48E0212A4d524c
Octal36424421604152415122114
Binary1111010010100100100011100100001101010100110110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A48E; }

 p { color: rgb(244,164,142); }

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

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

 a { background-color: rgb(244,164,142); }

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

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

 span { border-color: rgb(244,164,142); }

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