#F4A98D

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

Shades of Tonys Pink #F4A98D

Tints of Tonys Pink #F4A98D

Color information

#F4A98D (or 0xF4A98D) is unknown color: approx Tonys Pink. HEX triplet: F4, A9 and 8D. RGB value is (244,169,141). Sum of RGB (Red+Green+Blue) = 244+169+141=554 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.04% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A98D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A98D is #0B5672. Grayscale: #BCBCBC. Windows color (decimal): -743027 or 9284084. OLE color: 9284084.

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

Color convert

RGB244169141-
CMYK00.310.420.04
HSL16.31º82.4%75.49%-
HSV(B)16.31º42.21%95.69%-
XYZ56.349.5331.79-
YUV188.23101.35167.78-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.04%
GREEN value IS 169 (66.41% from 255) = 30.51%
BLUE value IS 141 (55.47% from 255) = 25.45%
R=44.04%
G=30.51%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416914100.310.420.0416.3182.475.49
HexF4A98D01F2A410524b
Octal36425121503752420122113
Binary1111010010101001100011010111111010101001000010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A98D; }

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

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

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

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

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

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

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

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