#F4A58A

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

Shades of Tonys Pink #F4A58A

Tints of Tonys Pink #F4A58A

Color information

#F4A58A (or 0xF4A58A) is unknown color: approx Tonys Pink. HEX triplet: F4, A5 and 8A. RGB value is (244,165,138). Sum of RGB (Red+Green+Blue) = 244+165+138=547 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.61% from 547); Green value is 165 (64.84% from 255 or 30.16% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A58A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A58A is #0B5A75. Grayscale: #B9B9B9. Windows color (decimal): -744054 or 9086452. OLE color: 9086452.

HSL color Cylindrical-coordinate representation of color #F4A58A: hue angle of 15.28º 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 #F4A58A is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB244165138-
CMYK00.320.430.04
HSL15.28º82.81%74.9%-
HSV(B)15.28º43.44%95.69%-
XYZ55.3547.9830.39-
YUV185.54101.17169.7-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.61%
GREEN value IS 165 (64.84% from 255) = 30.16%
BLUE value IS 138 (54.30% from 255) = 25.23%
R=44.61%
G=30.16%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416513800.320.430.0415.2882.8174.9
HexF4A58A0202B4f534b
Octal36424521204053417123113
Binary1111010010100101100010100100000101011100111110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A58A; }

 p { color: rgb(244,165,138); }

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

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

 a { background-color: rgb(244,165,138); }

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

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

 span { border-color: rgb(244,165,138); }

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