#F2A98D

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

Shades of Tonys Pink #F2A98D

Tints of Tonys Pink #F2A98D

Color information

#F2A98D (or 0xF2A98D) is unknown color: approx Tonys Pink. HEX triplet: F2, A9 and 8D. RGB value is (242,169,141). Sum of RGB (Red+Green+Blue) = 242+169+141=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 169 (66.41% from 255 or 30.62% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A98D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A98D is #0D5672. Grayscale: #BBBBBB. Windows color (decimal): -874099 or 9284082. OLE color: 9284082.

HSL color Cylindrical-coordinate representation of color #F2A98D: hue angle of 16.63º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2A98D is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB242169141-
CMYK00.300.420.05
HSL16.63º79.53%75.1%-
HSV(B)16.63º41.74%94.9%-
XYZ55.6149.1831.76-
YUV187.64101.68166.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.84%
GREEN value IS 169 (66.41% from 255) = 30.62%
BLUE value IS 141 (55.47% from 255) = 25.54%
R=43.84%
G=30.62%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216914100.300.420.0516.6379.5375.1
HexF2A98D01E2A511504b
Octal36225121503652521120113
Binary1111001010101001100011010111101010101011000110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A98D; }

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

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

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

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

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

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

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

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