#F2A688

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

Shades of Tonys Pink #F2A688

Tints of Tonys Pink #F2A688

Color information

#F2A688 (or 0xF2A688) is unknown color: approx Tonys Pink. HEX triplet: F2, A6 and 88. RGB value is (242,166,136). Sum of RGB (Red+Green+Blue) = 242+166+136=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 136 (53.52% from 255 or 25% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A688 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A688 is #0D5977. Grayscale: #B9B9B9. Windows color (decimal): -874872 or 8955634. OLE color: 8955634.

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

Color convert

RGB242166136-
CMYK00.310.440.05
HSL16.98º80.3%74.12%-
HSV(B)16.98º43.8%94.9%-
XYZ54.747.9329.66-
YUV185.3100.18168.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.49%
GREEN value IS 166 (65.23% from 255) = 30.51%
BLUE value IS 136 (53.52% from 255) = 25%
R=44.49%
G=30.51%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216613600.310.440.0516.9880.374.12
HexF2A68801F2C511504a
Octal36224621003754521120112
Binary1111001010100110100010000111111011001011000110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A688; }

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

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

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

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

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

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

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

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