#F0A98E

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

Shades of Tonys Pink #F0A98E

Tints of Tonys Pink #F0A98E

Color information

#F0A98E (or 0xF0A98E) is unknown color: approx Tonys Pink. HEX triplet: F0, A9 and 8E. RGB value is (240,169,142). Sum of RGB (Red+Green+Blue) = 240+169+142=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 142 (55.86% from 255 or 25.77% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A98E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A98E is #0F5671. Grayscale: #BBBBBB. Windows color (decimal): -1005170 or 9349616. OLE color: 9349616.

HSL color Cylindrical-coordinate representation of color #F0A98E: hue angle of 16.53º 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 #F0A98E is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB240169142-
CMYK00.300.410.06
HSL16.53º76.56%74.9%-
HSV(B)16.53º40.83%94.12%-
XYZ55.0148.8532.12-
YUV187.15102.52165.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.56%
GREEN value IS 169 (66.41% from 255) = 30.67%
BLUE value IS 142 (55.86% from 255) = 25.77%
R=43.56%
G=30.67%
B=25.77%

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
Decimal24016914200.300.410.0616.5376.5674.9
HexF0A98E01E296114d4b
Octal36025121603651621115113
Binary1111000010101001100011100111101010011101000110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A98E; }

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

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

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

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

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

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

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

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