#F4A58D

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

Shades of Tonys Pink #F4A58D

Tints of Tonys Pink #F4A58D

Color information

#F4A58D (or 0xF4A58D) is unknown color: approx Tonys Pink. HEX triplet: F4, A5 and 8D. RGB value is (244,165,141). Sum of RGB (Red+Green+Blue) = 244+165+141=550 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.36% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A58D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A58D is #0B5A72. Grayscale: #BABABA. Windows color (decimal): -744051 or 9283060. OLE color: 9283060.

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

Color convert

RGB244165141-
CMYK00.320.420.04
HSL13.98º82.4%75.49%-
HSV(B)13.98º42.21%95.69%-
XYZ55.5748.0731.55-
YUV185.88102.67169.45-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.36%
GREEN value IS 165 (64.84% from 255) = 30%
BLUE value IS 141 (55.47% from 255) = 25.64%
R=44.36%
G=30%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416514100.320.420.0413.9882.475.49
HexF4A58D0202A4e524b
Octal36424521504052416122113
Binary1111010010100101100011010100000101010100111010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A58D; }

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

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

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

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

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

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

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

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