#F0A98D

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

Shades of Tonys Pink #F0A98D

Tints of Tonys Pink #F0A98D

Color information

#F0A98D (or 0xF0A98D) is unknown color: approx Tonys Pink. HEX triplet: F0, A9 and 8D. RGB value is (240,169,141). Sum of RGB (Red+Green+Blue) = 240+169+141=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 169 (66.41% from 255 or 30.73% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A98D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A98D is #0F5672. Grayscale: #BBBBBB. Windows color (decimal): -1005171 or 9284080. OLE color: 9284080.

HSL color Cylindrical-coordinate representation of color #F0A98D: hue angle of 16.97º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0A98D is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB240169141-
CMYK00.300.410.06
HSL16.97º76.74%74.71%-
HSV(B)16.97º41.25%94.12%-
XYZ54.9348.8231.73-
YUV187.04102.02165.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.64%
GREEN value IS 169 (66.41% from 255) = 30.73%
BLUE value IS 141 (55.47% from 255) = 25.64%
R=43.64%
G=30.73%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016914100.300.410.0616.9776.7474.71
HexF0A98D01E296114d4b
Octal36025121503651621115113
Binary1111000010101001100011010111101010011101000110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A98D; }

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

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

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

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

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

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

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

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