#ffa566

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

Shades of Hit Pink #FFA566

Tints of Hit Pink #FFA566

Color information

#FFA566 (or 0xFFA566) is unknown color: approx Hit Pink. HEX triplet: FF, A5 and 66. RGB value is (255,165,102). Sum of RGB (Red+Green+Blue) = 255+165+102=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 102 (40.23% from 255 or 19.54% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA566 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA566 is #005A99. Grayscale: #B9B9B9. Windows color (decimal): -23194 or 6727167. OLE color: 6727167.

HSL color Cylindrical-coordinate representation of color #FFA566: hue angle of 24.71º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFA566 is Cyan = 0, Magento = 0.35, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB255165102-
CMYK00.350.60
HSL24.71º100%70%-
HSV(B)24.71º60%100%-
XYZ57.0949.1319.04-
YUV184.7381.32178.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.85%
GREEN value IS 165 (64.84% from 255) = 31.61%
BLUE value IS 102 (40.23% from 255) = 19.54%
R=48.85%
G=31.61%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516510200.350.6024.7110070
HexFFA5660233C0196446
Octal37724514604374031144106
Binary11111111101001011100110010001111110001100111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffa566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffa566; }

 p { color: rgb(255,165,102); }

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

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

 a { background-color: rgb(255,165,102); }

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

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

 span { border-color: rgb(255,165,102); }

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