#F6A588

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

Shades of Tonys Pink #F6A588

Tints of Tonys Pink #F6A588

Color information

#F6A588 (or 0xF6A588) is unknown color: approx Tonys Pink. HEX triplet: F6, A5 and 88. RGB value is (246,165,136). Sum of RGB (Red+Green+Blue) = 246+165+136=547 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.97% from 547); Green value is 165 (64.84% from 255 or 30.16% from 547); Blue value is 136 (53.52% from 255 or 24.86% from 547); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A588 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A588 is #095A77. Grayscale: #BABABA. Windows color (decimal): -612984 or 8955382. OLE color: 8955382.

HSL color Cylindrical-coordinate representation of color #F6A588: hue angle of 15.82º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F6A588 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB246165136-
CMYK00.330.450.04
HSL15.82º85.94%74.9%-
HSV(B)15.82º44.72%96.47%-
XYZ55.9148.2829.67-
YUV185.9199.84170.86-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.97%
GREEN value IS 165 (64.84% from 255) = 30.16%
BLUE value IS 136 (53.52% from 255) = 24.86%
R=44.97%
G=30.16%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616513600.330.450.0415.8285.9474.9
HexF6A5880212D410564b
Octal36624521004155420126113
Binary11110110101001011000100001000011011011001000010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A588; }

 p { color: rgb(246,165,136); }

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

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

 a { background-color: rgb(246,165,136); }

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

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

 span { border-color: rgb(246,165,136); }

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