#F4A38C

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

Shades of Tonys Pink #F4A38C

Tints of Tonys Pink #F4A38C

Color information

#F4A38C (or 0xF4A38C) is unknown color: approx Tonys Pink. HEX triplet: F4, A3 and 8C. RGB value is (244,163,140). Sum of RGB (Red+Green+Blue) = 244+163+140=547 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.61% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A38C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A38C is #0B5C73. Grayscale: #B8B8B8. Windows color (decimal): -744564 or 9217012. OLE color: 9217012.

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

Color convert

RGB244163140-
CMYK00.330.430.04
HSL13.27º82.54%75.29%-
HSV(B)13.27º42.62%95.69%-
XYZ55.1447.3231.04-
YUV184.6102.84170.37-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.61%
GREEN value IS 163 (64.06% from 255) = 29.80%
BLUE value IS 140 (55.08% from 255) = 25.59%
R=44.61%
G=29.80%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416314000.330.430.0413.2782.5475.29
HexF4A38C0212B4d534b
Octal36424321404153415123113
Binary1111010010100011100011000100001101011100110110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A38C; }

 p { color: rgb(244,163,140); }

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

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

 a { background-color: rgb(244,163,140); }

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

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

 span { border-color: rgb(244,163,140); }

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