#F2A988

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

Shades of Tonys Pink #F2A988

Tints of Tonys Pink #F2A988

Color information

#F2A988 (or 0xF2A988) is unknown color: approx Tonys Pink. HEX triplet: F2, A9 and 88. RGB value is (242,169,136). Sum of RGB (Red+Green+Blue) = 242+169+136=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 136 (53.52% from 255 or 24.86% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A988 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A988 is #0D5677. Grayscale: #BBBBBB. Windows color (decimal): -874104 or 8956402. OLE color: 8956402.

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

Color convert

RGB242169136-
CMYK00.300.440.05
HSL18.68º80.3%74.12%-
HSV(B)18.68º43.8%94.9%-
XYZ55.2549.0329.84-
YUV187.0699.18167.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.24%
GREEN value IS 169 (66.41% from 255) = 30.90%
BLUE value IS 136 (53.52% from 255) = 24.86%
R=44.24%
G=30.90%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216913600.300.440.0518.6880.374.12
HexF2A98801E2C513504a
Octal36225121003654523120112
Binary1111001010101001100010000111101011001011001110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A988; }

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

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

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

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

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

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

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

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